@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100&subset=latin,cyrillic);

@font-face {
    font-family: 'Rouble';
    src: url('../fonts/rouble.eot');
    src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rouble.woff') format('woff'), 
    url('../fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block_title{
    font-weight: bold; 
    margin: 0 0 22px 0;
    line-height: 1.2;
}

h1,
.block_title{
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 12px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

p{
    margin: 0 0 22px 0;
}

a{
    text-decoration: none;
    color: #5c5b68;
}

a:hover{
    text-decoration: none;
    color: #ff3d54;
}

a:hover, 
a:active,
a:focus {
    outline: none;
}

a img{
    border:none;
}

.underline{
    text-decoration: underline;
}

a.underline:hover{
    text-decoration: none;
}

input:focus, 
select:focus, 
textarea:focus, 
button:focus {
    outline: 0;
}

.clear{
    clear:both;
}

.clear_left{
    clear: left;
}

.clear_right{
    clear: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.left_align{
    text-align: left;
}

.right_align{
    text-align: right;
}

.center_align{
    text-align: center;
}

.uppercase{
    text-transform: uppercase;
}

.nowrap{
    white-space: nowrap;
}

.c_green{
    color: #79ee7d;
}

.c_red{
    color: #ff3d54;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    *display: inline;
    zoom: 1;
}

.rub {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: 'Rouble', sans-serif;
}

.del{
    color: #d1d0d7;
    text-decoration: line-through;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

input[type=text],
input[type=password]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9292a0;
    padding: 5px 15px 5px 0;
    font-style: italic;
    font-size: 16px;
}

input[type=text].active,
input[type=password].active{
    border-color: #e9e9ec;
    font-style: normal;
}

textarea,
select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    border: 1px solid #9292a0;
    background: #fff;
    padding: 5px 15px;
    font-size: 16px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus{
    border-color: #e9e9ec;
}

input[type=text].error,
input[type=password].error,
textarea.error,
select.error{
    border-color: #ff3d54;
}

select{
    padding: 2px 2px 2px 15px;
}

textarea{
    height: 120px;
    font-size: 13px;
    max-width: 100%;
    min-width: 100%;
}

::-webkit-input-placeholder{
    color:    #c9c9cf;
}

::-moz-placeholder{
    color:    #c9c9cf;
    opacity:  1;
}

:-ms-input-placeholder{
    color:    #c9c9cf;
}

.btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
    position: relative;
    background: #ff4258;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover{
    background: #bd374c;
}

.btn:active{

}

.btn-full{
    padding: 0;
    width: 100%;
}

dl {
    margin: 0;
    padding: 0;
    line-height: 25px;
    letter-spacing: 1px;
}

dt{
    float: left;
    margin-right: 15px;
    color: #9190a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

dd{
    font-size: 15px;
    margin: 0 0 15px 0;
    overflow: hidden;
}

body{
    font: normal 13px/1.7 'PT Sans', sans-serif;
    color: #5c5b68;
    background: #ffffff;
}

/* Top Block */

.b-top_line {
    position: fixed;
    top: 0;
    right: 0;
    left: 240px;
    height: 60px;
    background: #f2f2f2;
    z-index: 10;
}

.ld-closed_sidebar .b-top_line{
    left: 60px;
}

.b-top_finance {
    float: right;
    width: 298px;
    position: relative;
    z-index: 5;
}

.top_finance--block {
    float: left;
    height: 60px;
    line-height: 58px;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    background: #f8f8f8;
    overflow: hidden;
}

.top_finance--block-capital {
    width: 153px;
    color: #4c4b5f;
}

.top_finance--block-plan {
    width: 145px;
    color: #fff;
}

.top_finance--link{
    display: block;
    padding: 0 10px 0 18px;
    text-decoration: none;
    color: inherit;
    background: transparent;
    height: 60px;
}

.top_finance--link:hover{
    color: inherit;
}

.top_finance--block-plan .top_finance--link:hover{
    background: rgba(35,31,47,0.3);
}

.top_finance--value {
    vertical-align: middle;
}


.profit_status {
    background: url('../images/profit_bg.png') 0% center no-repeat;
}

.profit_status-5 {
    background-position: 0% center;    
}

.profit_status-4 {
    background-position: 25% center;    
}

.profit_status-3 {
    background-position: 50% center;    
}

.profit_status-2 {
    background-position: 75% center;    
}

.profit_status-1 {
    background-position: 100% center;    
}

.top_finance--target{
    position: absolute;
    width: 14px;
    left: -14px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: url('../images/f_target.png') 0px 0px no-repeat;
}

.icon-plan_s {
    width: 9px;
    height: 11px;
    background: url('../images/plan_s.png') no-repeat;
    margin-right: 5px;
}

.icon-plan_p {
    width: 7px;
    height: 11px;
    background: url('../images/plan_p.png') no-repeat;
    margin-right: 5px;
}

.b-top_finance-collapse .top_finance--target{
    background-position: 0px -60px;
}

.b-top_finance.b-top_finance-collapse {
    width: 120px;
}

.b-top_finance-collapse .top_finance--block{
    width: 50%;
}

.b-top_finance-collapse .top_finance--link{
    padding: 0;
    text-align: center;
}

.b-top_finance-collapse .icon-plan_s,
.b-top_finance-collapse .icon-plan_p{
    margin: 0;
}

.b-top_finance-collapse .top_finance--value{
    display: none;
}

.b-top_company {
    margin-right: 298px;
}

.b-top_company-finance_collapse{
    margin-right: 120px;
}

.icon-arr_d {
    width: 10px;
    height: 6px;
    background: url('../images/arr_d.png') no-repeat;
}

.top_company--mobile_target{
    display: none;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    padding: 0 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.top_company--mobile_target .icon-arr_d{
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
}

.top_company--mobile_target:hover{
    background: #dbdbdc;
}

.top_company--content {
    position: relative;
    z-index: 4;
}

.top_company--list_wrapper {
    margin-right: 80px;
}

.top_company--list {
    height: 70px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top_company--company {
    float: left;
    height: 70px;
    margin-right: 1px;
}

.top_company--company_link {
    display: block;
    height: 58px;
    line-height: 58px;
    padding: 0 28px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #4c4b5f;
    opacity: 0.25;
    filter: alpha(opacity=25);
    position: relative;
    white-space: nowrap;
    z-index: 3;
}

.top_company--company_link:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #b3b2b7;
    color: #4c4b5f;
}

.top_company--company_link-active,
.top_company--company_link-active:hover{
    background-color: #fcfcfc;
    opacity: 1;
    filter: alpha(opacity=100);
}

.top_company--company_link-active:after,
.top_company--company_link-active:before{
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -12px;
}

.top_company--company_link-active:after{
    border-top-color: #fcfcfc;
    bottom: -10px;
}

.top_company--dropdown{
    position: absolute;
    background: #f8f8f8;
    width: 295px;
    top: 60px;
    right: 59px;
    margin-right: -147px;
    z-index: 2;
    display: none;
}

.top_company--dropdown:before{
    content: '';
    position: absolute;
    border-bottom: 15px solid #f8f8f8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    top: -15px;
}

.top_company--dropdown .top_company--list{
    height: auto;
}

.top_company--dropdown .top_company--company{
    float: none;
    margin: 1px 0 0 0;
    height: auto;
}

.top_company--dropdown .top_company--company:first-child{
    margin: 0;
}

.top_company--dropdown .top_company--company_link {
    border-bottom: none;
    border-left: 2px solid transparent;
    height: auto;
    line-height: normal;
    white-space: normal;
    padding: 19px 28px;
}

.top_company--dropdown .top_company--company_link-active:after{
    display: none;
}

.top_company--dropdown .top_company--company_link-active:before{
    content: '';
    border: none;
    width: 8px;
    height: 7px;
    background: url('../images/c_marker.png') no-repeat;
    top: 50%;
    margin-top: -4px;
    right: 27px;
    left: auto;
    bottom: auto;
    margin-left: 0;
}

.top_company--company_link-active.top_company--company_link-profit-1 {
    border-color: #9fff98;
}

.top_company--company_link-active.top_company--company_link-profit-2 {
    border-color: #8be55e;
}

.top_company--company_link-active.top_company--company_link-profit-3 {
    border-color: #ffda6a;
}

.top_company--company_link-active.top_company--company_link-profit-4 {
    border-color: #ff8f3d;
}

.top_company--company_link-active.top_company--company_link-profit-5 {
    border-color: #db4c86;
}

.top_company--company_link-active.top_company--company_link-profit-1:before {
    border-top-color: #9fff98;
}

.top_company--company_link-active.top_company--company_link-profit-2:before {
    border-top-color: #8be55e;
}

.top_company--company_link-active.top_company--company_link-profit-3:before {
    border-top-color: #ffda6a;
}

.top_company--company_link-active.top_company--company_link-profit-4:before {
    border-top-color: #ff8f3d;
}

.top_company--company_link-active.top_company--company_link-profit-5:before {
    border-top-color: #db4c86;
}

.top_company--control {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 80px;
}

.top_company--control_btn {
    width: 50%;
    height: 60px;
    cursor: pointer;
    float: left;
}

.top_company--control_btn-target {
    background: url('../images/control_target.png') center 0px no-repeat;
}

.top_company--control_btn-add {
    background: url('../images/control_add.png') 0px 0px no-repeat;
}

.top_company--control_btn-add span{
    display: none;
}

.top_company--control_btn-target:hover{
    background-position: center -60px;
}

.top_company--control_btn-add:hover{
    background-position: 0px -60px;
}

.overlay_bg{
    position: fixed;
    background: rgba(61,53,67,0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.top_company_menu_bg{
    top: 0px;
}

/* !Top Block */

/* Main Sidebar */

.b-main_sidebar{
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #8a6b6f url('../images/sidebar_bg.jpg') 0px 0px;
    background-size: cover;
    overflow: hidden;
}

.ld-closed_sidebar .b-main_sidebar{
    width: 60px;
}

.b-main_sidebar--inner{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
}

.main_sidebar--header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
}

.main_sidebar--user_img {
    float: left;
    width: 60px;
    height: 60px;
}

.main_sidebar--user_img img{
    display: block;
    width: 60px;
    height: 60px;
}

.main_sidebar--user_tasks {
    margin-left: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-family: 'PT Sans Caption', sans-serif;
    color: #fff;
    font-size: 11.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    background: #5e4654;
    background: rgba(255,218,106,0.2);
}

.main_sidebar--user_tasks a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    padding: 0 34px 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-arr_t {
    width: 10px;
    height: 10px;
    background: url('../images/arr_t.png') 0px 0px no-repeat;
}

.main_sidebar--user_tasks .icon-arr_t{
    position: absolute;
    right: 24px;
    top: 26px;
}

.main_sidebar--content {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.main_nav {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.main_nav--field {

}

.main_nav--link {
    display: block;
    height: 60px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.main_nav--link-active,
.main_nav--link:hover{
    background-color: #53405a;
    background-color: rgba(69,51,82,0.5);
}

.main_nav--icon {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
}

.icon-nav {
    width: 60px;
    height: 60px;
    background: url('../images/nav_icons.png') center 0px no-repeat;
}

.note_tooltip {
    font-family: 'Open Sans', sans-serif;
    font-size: 9.5px;
    color: #3c3556;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    background: #ffda6a;
    position: relative;
    height: 13px;
    line-height: 13px;
    padding: 0 4px;
}

.note_tooltip:after{
    content: '';
    position: absolute;
    border-top: 4px solid #ffda6a;
    border-right: 5px solid transparent;
    left: 0;
    bottom: -4px;
}

.note_tooltip-main_nav {
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: 8px;
}

.main_nav--text {
    display: block;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'PT Sans Caption', sans-serif;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 60px;
    padding: 0px 14px;
}

.main_nav--subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.main_nav--subnav .main_nav--text {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    color: #b3a2b4;
}

.icon-nav-incoming {
    background-position: center 0px;
}

.icon-nav-finance {
    background-position: center -60px;
}

.icon-nav-payments {
    background-position: center -120px;
}

.icon-nav-balance {
    background-position: center -180px;
}

.icon-nav-statistic {
    background-position: center -240px;
}

.icon-nav-projects {
    background-position: center -300px;
}

.icon-nav-tasks {
    background-position: center -360px;
}

.icon-nav-diagramm {
    background-position: center -420px;
}

.icon-nav-employees {
    background-position: center -480px;
}

.icon-nav-crm {
    background-position: center -540px;
}

.icon-nav-marketing {
    background-position: center -600px;
}

.main_sidebar--footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
}

.main_sidebar--toggle {
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #5e4b50;
    background: rgba(35,31,47,0.5);
}

.icon-sidebar_toggle {
    width: 60px;
    height: 60px;
    background: url('../images/sidebar_toggle.png') 0px 0px no-repeat;
}

.ld-closed_sidebar .icon-sidebar_toggle{
    background-position: 0px -60px;
}

.main_sidebar--search {
    background: #68546a;
    background: rgba(35,31,47,0.2);
    margin-left: 60px;
}

.b-sidebar_search {
    position: relative;
    overflow: hidden;
}

.sidebar_search--form {

}

.sidebar_search--input_field {
    margin-left: 58px;
    height: 60px;
}

.sidebar_search--input_field input.sidebar_search--input {
    height: 60px;
    background: none;
    border: none;
    font-family: 'PT Sans Caption', sans-serif;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 14px 17px 0;
    font-style: normal;
}

.sidebar_search--btn_field {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 60px;
}

.sidebar_search--btn {
    width: 58px;
    height: 60px;
    border: none;
    padding: 0;
    background: url('../images/search.png') center center no-repeat;
    cursor: pointer;
}

/* !Main Sidebar */

/* Bottom Line */

.b-bottom_line {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 240px;
    height: 60px;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #f2f2f2;
}

.ld-closed_sidebar .b-bottom_line {
    left: 60px;
}

.bottom_field{

}

.bottom_field-add_payment{
    float: right;
    width: 52px;
    margin-right: 12px;
}

.bottom_link{
    display: block;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bottom_link-add_payment{
    text-align: center;
}

.add_payment_link{

}

.icon-add{
    width: 20px;
    height: 20px;
    background: url('../images/add_icon.png') no-repeat;
}

.icon-add_w{
    width: 20px;
    height: 20px;
    background: url('../images/add_icon_w.png') no-repeat;
}

.bottom_field-write_off{
    float: right;
}

.bottom_link-write_off{
    padding: 0 16px;
}

.write_off_link{
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6dd671;
}

.icon-write_off{
    width: 15px;
    height: 13px;
    background: url('../images/write_off.png') 0px 0px no-repeat;
    margin-right: 5px;
    top: -2px;
}

.write_off_link:hover{
    color: #3ca440;
}

.write_off_link:hover .icon-write_off{
    background-position: 0px -13px;
}

/* !Bottom Line */

/* Main Content */

.b-main_content{
    margin-left: 240px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.b-main_content.scroller{
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    left: 240px;
    top: 60px;
    bottom: 60px;
    right: 0;
    position: absolute;
    overflow-y: auto;
}

.b-main_content:after{
    content: '';
    display: table;
    clear: both;
}

.ld-closed_sidebar .b-main_content{
    margin-left: 60px;
}

.ld-closed_sidebar .b-main_content.scroller{
    margin-left: 0;
    left: 60px;
}

.main_content--inner{
    float: left;
    width: 100%;
}

.b-content_header{
    padding: 109px 57px 46px;
}

.b-content_header:after{
    content: '';
    display: table;
    clear: both;
}

.b-content_title{
    float: left;
}

.b-content_title h1{
    margin: 0;
}

.b-content_menu{
    float: right;
}

.section_menu{
    margin: 0 -19px;
    padding: 0;
    list-style: none;
}

.content_menu{
    margin-top: 10px;    
    float: right;
}

.section_menu li{
    float: left;
    margin-left: 19px;
    margin-right: 19px;
    margin-bottom: 10px;
}

.section_menu--link{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5f5c76;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.section_menu--link:after{
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -3px;
}

.section_menu--link:before{
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
}

.section_menu--link:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #ff3d54;
    color: #ff3d54;
}

.section_menu--link:hover:before{
    border-top-color: #ff3d54;
}

.section_menu--link:hover:after{
    border-top-color: #fff;
}

.section_menu--link-active{
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #5f5c76 !important;
    color: #5f5c76 !important;
}

.section_menu--link-active:before{
    border-top-color: #5f5c76 !important;
}

.section_menu--link-active:after{
    border-top-color: #fff !important;
}

/* !Main Content */

/* Table */

.data_table {
    background: #fdfdfd;
}

.data_table--payments{

}

.data_table--row,
.data_table--head{
    position: relative;
}

.data_table--row:after,
.data_table--head:after{
    content: '';
    display: table;
    clear: both;
}

.data_table--payments .data_table--row{
    padding-right: 250px;
}

.data_table--row-payments{
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px;
    color: #6d6c77;
    padding-bottom: 29px;
}

.data_table--row-parent{
    border-top: 1px solid #8f7586;
    border-bottom: 1px solid #8f7586;
    margin-bottom: -1px;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 26px;
}

.data_table--row-payments a{
    color: #6d6c77;
}

.data_table--head {
    background: #f9f9f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    color: #c4c4cb;
    white-space: nowrap;
    padding-top: 18px;
    padding-bottom: 19px;
    letter-spacing: 1px;
}

.data_table--head a{
    text-decoration: none;
}

.data_table--cell {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.data_table--cell-title {
    width: 41%;
    padding-left: 89px;
    padding-right: 30px;
}

.data_table--sort {
    position: relative;
    color: #c4c4cb;
}

.data_table--sort:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 12px;
    background: url('../images/sort_arrow.png') 0px 0px no-repeat;
    left: -18px;
    top: 4px;
}

.data_table--sort-active{
    color: #9292a0;
}

.data_table--sort-active:before{
    background-position: 0px -24px;
}

.data_table--sort-desc:before{
    background-position: 0px -12px;
}

.data_table--sort-active.data_table--sort-desc:before{
    background-position: 0px -36px;
}

.data_table--sort-primary {

}

.data_table--sort-primary:before{
    width: 9px;
    height: 5px;
    background: url('../images/sort_arrow_primary.png') 0px 0px no-repeat;
    left: -29px;
    top: 7px;
}

.data_table--sort-primary.data_table--sort-desc:before{
    background-position: 0px -5px;
}

.data_table--sort:hover{
    color: #9292a0;
}


.data_table--cell-profit {
    width: 17%;
    padding-left: 20px;
    padding-right: 10px;
}

.data_table--cell-client {
    width: 42%;
    padding-left: 25px;
    padding-right: 20px;
}

.data_table--cell-pay_status{
    width: 21%;
    padding-left: 25px;
    padding-right: 5px;
}

.data_table--cell-deadline {
    position: absolute;
    right: 140px;
    top: 29px;
    width: 110px;
}

.data_table--cell-deadline_head{
    top: 18px;
    padding-left: 29px;
}

.data_table--cell-control {
    position: absolute;
    width: 135px;
    right: 0;
    height: 30px;
    top: 24px;
}

.data_table--title_link {
    position: relative;
    display: block;
}

.data_table--title_link:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('../images/table_title.png') 0px 0px no-repeat;
    left: -31px;
    top: 7px;
}

.data_table--title_link:hover{
    color: #ff3d54;
}

.data_table--title_link:hover:before{
    background-position: -10px 0;
}

.data_table--row-parent .data_table--title_link:before {
    background-position: 0px -10px;
    top: 8px;
}

.data_table--row-parent .data_table--title_link:hover:before {
    background-position: -10px -10px;
}

.data_table--row-parent .profit_val {
    position: relative;
}

.data_table--row-parent .profit_val:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 10px;
    background: url('../images/profit.png') 0px 0px no-repeat;
    left: -18px;
    top: 6px;
}

.profit_val-low {
    color: #ff3d54;
}

.b-deadline_val {
    font-size: 13px;
    color: #6d6c77;
    white-space: nowrap;
}

.b-deadline_val-closed,
.b-deadline_val-canceled{
    color: #d1d0d7;
    text-decoration: line-through;
}

.deadline_icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    width: 18px;
    height: 19px;
}

.deadline_icon-closed,
.deadline_icon-canceled{
    background: url('../images/deadline_status.png') 0px 0px no-repeat;
}

.deadline_icon-canceled{
    background-position: 0px -19px;
}

.deadline_graph {
    width: 18px;
    height: 19px;
}

.b-control_section {

}

.control_section_link {
    float: left;
    width: 35px;
    height: 30px;
    background: url('../images/control.png') 0px 0px no-repeat;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

.control_section_link.active:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #ffda6a;
    border: 1px solid #fff;
    right: 5px;
    top: 6px;
}

.control_section_link-comment {
    background-position: 9px 0px;
}

.control_section_link-comment.active{
    background-position: 9px -30px;
}

.control_section_link-comment:hover {
    background-position: 9px -60px;
}

.control_section_link-file {
    background-position: -32px 0px;
}

.control_section_link-file.active {
    background-position: -32px -30px;
}

.control_section_link-file:hover {
    background-position: -32px -60px;
}

.control_section_link-file.active:before{
    right: 7px;
    top: 0px;
}

.control_section_link-go {
    background-position: -70px 0px;
}

.control_section_link-go:hover {
    background-position: -70px -60px;
}

.control_section_link-list {
    background-position: -109px 0px;
}

.control_section_link-list:hover {
    background-position: -109px -60px;
}

.data_table--row-parent .control_section_link-file{
    display: none;
}

.data_table--row-parent .control_section_link-go{
    top: -25px;
    right: 0;
    position: absolute;
    width: 80px;
    background: url('../images/go.png') 0px 0px no-repeat;
    margin: 0;
    height: 80px;
}

.data_table--row-parent .control_section_link-go:hover{
    background-position: 0px -80px;
}

.data_table--head .add_new_link{
    display: none;
}

.add_new_link{
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    color: #ff4258;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.icon-add_new{
    width: 19px;
    height: 19px;
    background: url('../images/add_new.png') 0px 0px;
    margin-right: 14px;
}

.add_new_link:hover{
    color: #bd374c;
}

.add_new_link:hover .icon-add_new,
a:hover .icon-add_new,
.icon-add_new:hover {
    background-position: 0px -19px;
}

.data_table--subtable .data_table--head{
    background: #f4f4f4;
    border-bottom-color: #e5e5e5;
}

.data_table--row-subrow{
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.data_table--row-subrow .data_table--cell-deadline{
    top: 16px;
}

.data_table--row-subrow .data_table--cell-control{
    top: 12px;
}

.data_table--subtable .data_table--cell-title{
    padding-left: 60px;
}

.payment_title_cell{
    display: block;
    margin-left: 64px;
}

.ammount_val{
    position: relative;
}

.ammount_val:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 12px;
    background: url('../images/ammount.png') 0px 0px no-repeat;
    left: -17px;
    top: 1px;
}

.ammount_val-down:before{
    background-position: 0px -12px;
}

/* !Table */

/* Side Widget */

.b-side_widget{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    background: #fdfdfd;
    z-index: 1000;
    display: none;
}

.opened_side_widget .b-top_line,
.opened_side_widget .b-bottom_line,
.opened_side_widget .b-main_content.scroller{
    right: 320px;
}

.opened_side_widget .b-main_content{
    margin-right: 320px;
}

.opened_side_widget .b-main_content.scroller{
    margin-right: 0px;
}

.side_widget_overlay{
    z-index: 999;
}

.data_table--row-active{
    z-index: 1000;
    background: #fff;
}

.side_widget {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.b-comments_widget {

}

.side_widget--header {
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    background: #f4f4f4;
}

.side_widget--header_inner{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 40px 20px;
}

.side_widget--title {
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 24px;
}

.side_widget--menu {

}

.side_widget_menu {
    margin: 0 -14px;
}

.side_widget_menu li {
    margin-left: 14px;
    margin-right: 14px;
}

.side_widget--content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.side_widget--content-with_header {
    top: 200px;
}

.side_widget--content-with_footer {
    bottom: 60px;
}

.side_widget--content_section {

}

.tab_content {
    display: none;
}

.b-comments{
    padding-top: 37px;
}

.comments_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments_list .comments_list{
    padding-left: 39px;
}

.comment_field {

}

.comment {
    color: #bdbcc1;
    margin-bottom: 17px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.comment a{
    color: inherit;
}

.comment a:hover{
    color: #ff3d54;
}

.comment:hover{
    color: #5c5b68;
}

.comment--header {
    border-bottom: 1px solid #bdbcc1;
    position: relative;
    padding-right: 23px;
    padding-bottom: 16px;
    margin-bottom: 25px;
}

.comment--header:before,
.comment--header:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bdbcc1;
}

.comment--header:after{
    bottom: -1px;
    border-bottom-color: #fdfdfd;
}

.comment-first .comment--header:before,
.comment-first .comment--header:after{
    left: 49px;
}

.comment-first .comment--header{
    padding-left: 39px;
}

.comment--date {
    float: right;
    font-size: 11px;
    margin-top: 5px;
}

.comment--author {
    margin-right: 30px;
}

.av{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
}

.av:hover{
    z-index: 100;
}

.av_l {
    width: 36px;
    height: 36px;
}

.av img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.av img:hover{
    opacity: 0.8;
    filter: alpha(opacity=0.8);
}

.av-comment {
    margin-left: 4px;
    margin-right: 13px;
}

.av_l-payment_av{
    float: left;
    margin-top: -5px;
    margin-bottom: -9px;
}

.comment--content {
    padding-right: 23px;
    margin-bottom: 13px;
}

.comment-first .comment--content{
    padding-left: 39px;
}

.comment--footer {
    overflow: hidden;
    padding-right: 23px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.comment-first .comment--footer{
    padding-left: 39px;
}

.comment:hover .comment--footer{
    opacity: 1;
    visibility: visible;
}

.comment-reply {
    float: left;
    width: 20px;
    height: 20px;
    background: url('../images/comment_reply.png') no-repeat;
    cursor: pointer;
}

.comment-remove {
    float: right;
    width: 20px;
    height: 20px;
    background: url('../images/remove.png') no-repeat;
    cursor: pointer;
}

.side_widget--footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 00px;
    height: 60px;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #f2f2f2;
}

.side_widget--footer .add_new_link{
    display: block;
    padding: 0 0 0 40px;
    height: 60px;
    line-height: 60px;
}

.side_widget--close {
    width: 21px;
    height: 21px;
    background: url('../images/close.png') 0px 0px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 12px;
    z-index: 1;
}

.side_widget--close:hover{
    background-position: 0px -21px;
}

.b-files_widget{
    background: #f4f4f4;
}

.icon-file{
    width: 10px;
    height: 25px;
    background: url('../images/file.png') no-repeat;
    margin-right: 8px;
}

.add_new_link .icon-file{
    background-position: 0px -25px;
}

.b-files{
    padding: 0 40px;
}

.file_list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.file_row{
    padding: 17px 16px 17px 0px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.file_row a{
    color: inherit;
}

.file_remove {
    position: absolute;
    right: 0;
    top: 19px;
    width: 20px;
    height: 20px;
    background: url('../images/remove.png') no-repeat;
    cursor: pointer;
    display: none;
}

.file_row:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.file_row:hover .file_remove{
    display: block;
}

.file_row-add_new{
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.file_row-add_new:hover .icon-add_new {
    background-position: 0px -19px;
}

/* !Side Widget */

/* Popup Form */

.popup_form_block{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(61,53,67,0.5);
    z-index: 1001;
    display: none;
    overflow: auto;
}

.b-popup_form{
    width: 764px;
    position: absolute;
    left: 50%;
    margin-left: -382px;
    top: 50%;
    margin-top: -200px;
}

.popup_form--title{
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff;
    margin-bottom: 13px;
    padding-right: 25px;
    line-height: 38px;
}

.popup_form--header{
    height: 36px;
    position: relative;
}

.popup_form--content{
    padding: 27px;
    background: #fff;
    position: relative;
}

.b-popup_form input[type=text],
.b-popup_form input[type=password]{
    font-size: 13px;
}

.b-popup_form .form--label_field {
    margin-top: 9px;
    width: 130px;
}

.b-popup_form .form--input_field {
    margin-left: 130px;
}

.popup_form--footer{

}

.text_edit_links{
    height: 36px;
}

.text_edit_link{
    float: left;
    width: 36px;
    height: 36px;
    background: url('../images/text_edit.png') 0px 0px no-repeat;
    cursor: pointer;
}

.text_edit_link.active,
.text_edit_link:hover{
    background-color: #fff;
}

.text_edit_link-bold{
    background-position: 0px 0px;
}

.text_edit_link-italic{
    background-position: 0px -36px;
}

.text_edit_link-link{
    background-position: 0px -72px;
}

.text_edit_link-bold.active,
.text_edit_link-bold:hover{
    background-position: -36px 0px;
}

.text_edit_link-italic.active,
.text_edit_link-italic:hover{
    background-position: -36px -36px;
}

.text_edit_link-link.active,
.text_edit_link-link:hover{
    background-position: -36px -72px;
}

.popup_form--close{
    width: 21px;
    height: 21px;
    background: url('../images/popup_close.png') 0px 0px no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 9px;
}

.popup_form--close:hover{
    background-position: 0px -21px;
}

.add_comment_textarea{
    height: 233px;
    max-height: 233px;
    border: none;
    padding: 0;
    resize: none;
}

/* !Popup Form */

.bottom_field-link{
    float: left;
    margin-left: 60px;
}

.bottom_link-link{
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff3d54;
}

.bottom_link-link:hover {
    color: #bd374c;
}

.mob_add_payment{
    display: none;
}

.bottom_field-date{
    margin-right: 250px;
    height: 60px;
}

.bottom_field--date_block{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    width: 41%;
    height: 60px;
}

.bottom_field--summ_block{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 17%;
    padding-left: 20px;
    padding-right: 10px;
    height: 60px;
    line-height: 60px;
}

.b-set_date{
    width: 180px;
    height: 24px;
}

.bottom_field--date_block .b-set_date{
    float: left;
    margin-top: 18px;
}

.set_date--part{
    float: left;
    width: 70px;
    position: relative;
}

.set_date--part:first-child{
    margin-right: 40px;
}

.set_date--part:first-child:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #5f5c76;
    left: 100%;
    margin-left: 13px;
    top: 12px;
}

input.input_date{
    height: 24px;
    padding: 7px 0;
    background: none;
    font-size: 13px;
    color: #55526b;
    font-style: italic;
    text-align: center;
}

.b-input_date{
    display: block;
    position: relative;
    padding-left: 20px;
}

.b-input_date:before{
    content: '';
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('../images/datapicker.png') 0px 0px;
    cursor: pointer;
    left: 0;
    top: 5px;
}

.b-input_date.active:before{
    background-position: 0px -12px;
}

.b-input_date:hover:before{
    background-position: 0px -24px;
}

.summ_val {
    position: relative;
}

.summ_val:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 11px;
    background: url('../images/summ.png') 0px 0px no-repeat;
    left: -17px;
    top: 3px;
}

.ui-datepicker{
    padding: 0;
    border: none;
    background: #ffffff;
    border-radius: 0;
    font-size: 12px;
    font-family: 'PT sans', sans-serif;
    width: 230px;
    padding: 0 45px 30px;
}

.ui-datepicker .ui-datepicker-header{
    padding: 0;
    border-radius: 0;
    border: none;
    background: #8a6b6f url('../images/sidebar_bg.jpg') center no-repeat;
    background-size: cover;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    margin: 0 -45px 20px;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: none;
    background: url('../images/datapicker_arrow.png') 0px 0px no-repeat;
    top: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev{
    left: 0;
}

.ui-datepicker .ui-datepicker-next{
    right: 0;
    background-position: -60px 0;
}

.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover{
    background-color: rgba(0,0,0,0.2);
}

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span{
    display: none;
}

.ui-datepicker .ui-datepicker-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 60px;
    line-height: 60px;
}

.ui-datepicker table{

}

.ui-datepicker th{
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    color: #888697;
}

.ui-datepicker .ui-datepicker-week-end{
    color: #ff3d54;
}

.ui-datepicker td{
    border: none;
    padding: 3px;
}

.ui-datepicker .ui-state-default{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #9d9d9d;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    background: none;
    padding: 0;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-week-end .ui-state-default{
    color: #ff3d54;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-default:hover{
    color: #fff !important;
    background-color: #9f7483;
}

.data_table--subpayments{
    display: none;
}

.bottom_go_to_project_link{
    display: none;
}

.b-finance_widget{
    position: relative;
    display: none;
}

.finance_widget{
    height: 526px;
    background: #f8f8f8;
    position: relative;
}

.finance_widget--r{
    float: right;
    width: 50%;
    height: 100%;
}

.finance_widget--l{
    float: left;
    width: 50%;
    height: 100%;
}

.icon-summ{
    width: 9px;
    height: 11px;
    background: url('../images/icon_summ.png') no-repeat;
    top: -1px;
    margin-right: 10px;
}

.icon-profit{
    width: 9px;
    height: 11px;
    background: url('../images/icon_profit.png') no-repeat;
    top: -1px;
    margin-right: 10px;
}

.icon-profit_w{
    width: 9px;
    height: 11px;
    background: url('../images/icon_profit_w.png') no-repeat;
    top: -1px;
    margin-right: 10px;
}

.icon-transfer{
    width: 28px;
    height: 25px;
    background: url('../images/icon-transfer.png') no-repeat;
}

.finance_widget--content{
    height: 100%;
    overflow-y: auto;
}

.finance_widget--header{
    line-height: 25px;
    padding: 55px 10px 47px 10%;
}

.finance_widget--header dl{
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.finance_widget--header dt{
    float: left;
    margin-right: 15px;
    color: #9190a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.finance_widget--header dd{
    font-size: 16px;
    margin: 0 0 16px 0;
}

.finance_widget--project_list{

}

.finance_widget--project_row{
    background: #f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
}

.finance_widget--project_row:first-child{
    border-top: 1px solid #dfdfdf;
}

.finance_widget--project_row:after {
    content: '';
    display: table;
    clear: both;
}

.finance_widget--project_cell{
    float: left;
} 

.finance_widget--project_cell-av{
    padding-left: 10%;
    width: 11%;
    margin-top: -7px;
    margin-bottom: -7px;
}

.finance_widget--project_cell-title{
    width: 35%;
}

.finance_widget--project_cell-summ{
    width: 29%;
    text-align: right;
    padding-right: 3%;
    letter-spacing: 1px;
}

.finance_widget--project_cell-link{
    width: 12%;
    margin-top: -7px;
    margin-bottom: -4px;
}

.finance_widget--transfer{
    padding-left: 10%;
    padding-top: 23px;
    padding-bottom: 23px;
}

.finance_widget--transfer_link{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff3d54;
}

.finance_widget--transfer_link .icon-transfer{
    margin-right: 25px;
}

.finance_widget--close{
    width: 21px;
    height: 21px;
    background: url('../images/close.png') 0px 0px no-repeat;
    position: absolute;
    top: 11px;
    right: 9px;
    cursor: pointer;
}

.finance_widget--close:hover{
    background-position: 0px -21px;
}

.b-finance_graph{
    height: 100%;
    background: #8a6b6f url('../images/bg.jpg') center center no-repeat;
}

.finance_statistic_link{
    display: none;
    background: #8a6b6f url('../images/bg.jpg') center center no-repeat;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 35px 0;
}

.finance_statistic_link:hover{
    color: #fff;
}

.icon-statistic{
    width: 15px;
    height: 15px;
    background: url('../images/icon_statistic.png') no-repeat;
}

.finance_statistic_link .icon-statistic{
    margin-right: 8px;
}

.b-filter_widget{
    position: fixed;
    left: 240px;
    right: 0px;
    bottom: 0;
    background: #fff;
    z-index: 11;
}

.ld-closed_sidebar .b-filter_widget {
    left: 60px;
}

.filter_widget{
    border-top: 2px solid #ff4258;
    padding: 34px 57px 40px;
    position: relative;
}

.filter_widget input[type=text],
.filter_widget input[type=password]{
    font-size: 13px;
}

.filter_widget--btn{
    position: absolute;
    right: 0;
    bottom: 0;
}

.filter_widget--close {
    width: 21px;
    height: 21px;
    background: url('../images/close.png') 0px 0px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 11px;
    z-index: 1;
}

.filter_widget--close:hover{
    background-position: 0px -21px;
}

.b-input_dropdown{
    padding-right: 36px;
    position: relative;
}

.input_dropdown--btn{
    width: 34px;
    height: 34px;
    border: 1px solid #9292a0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url('../images/dropdown.png') 0px 0px no-repeat;
}

.b-input_dropdown.active .input_dropdown--btn{
    border-color: #e9e9ec;
    background-position: 0px -34px;
}

.ui-autocomplete{
    left: -27px !important;
    right: 0 !important;
    width: auto !important;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e9e9ec;
    color: #4c4b5f;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    padding: 10px 0;
    max-height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
}

.b-input_dropdown .ui-autocomplete{
    top: 35px !important;
}

.ui-menu .ui-menu-item{

}

.ui-menu .ui-menu-item a{
    color: #4c4b5f;
    display: block;
    padding: 8px 27px;
    line-height: 1.2;
    cursor: pointer;
}

.ui-menu .ui-menu-item a.ui-state-focus{
    margin: 0;
    border: none;
    background: none;
    color: #ff3d54;
}

.ui-menu .ui-menu-item a:hover{
    color: #ff3d54;
}

.b-input_dropdown.import .input_dropdown--btn,
.b-input_dropdown.error .input_dropdown--btn{
    border-color: #ff3d54;
    background-position: 0px -68px;
}

.b-input_dropdown.import input[type=text],
.b-input_dropdown.error input[type=text]{
    border-color: #ff3d54;
    color:    #ff3d54;
}

.b-input_dropdown.import .ui-autocomplete,
.b-input_dropdown.error .ui-autocomplete{
    border-color: #ff3d54;
}

.b-input_dropdown.import input[type=text]::-webkit-input-placeholder{
    color:    #ff3d54;
}

.b-input_dropdown.import input[type=text]::-moz-placeholder{
    color:    #ff3d54;
}

.b-input_dropdown.import input[type=text]:-ms-input-placeholder{
    color:    #ff3d54;
}

.b-input_dropdown.error input[type=text]::-webkit-input-placeholder{
    color:    #ff3d54;
}

.b-input_dropdown.error input[type=text]::-moz-placeholder{
    color:    #ff3d54;
}

.b-input_dropdown.error input[type=text]:-ms-input-placeholder{
    color:    #ff3d54;
}

.filter_widget--l{
    float: left;
    width: 33.2%;
    margin-right: 9.8%;
}

.filter_widget--r{
    float: left;
    width: 57%;
}

.collapse--title{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    width: 110px;
    height: 36px;
    line-height: 36px;
}

.collapse--content{
    margin-left: 120px;
}

.form_row{
    margin-bottom: 24px;
}

.form_row:after{
    content: '';
    display: table;
    clear: both;
}

.filter_widget--l .b-set_date {
    margin-top: 6px;
    float: left;
}

.filter_widget--r > strong{
    display: block;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 19px;
}

.filter_widget--col{
    float: left;
    width: 27.4%;
}

.form_check_row {
    margin-bottom: 16px;
}

.filter_widget--col_group .collapse--title{
    display: none;
}

.filter_widget--col_group .collapse--content {
    margin-left: 0px;
}

.icon-up,
.icon-down{
    width: 7px;
    height: 12px;
    background: url('../images/ammount.png') 0px 0px no-repeat;
    margin-left: 12px;
}

.icon-down{
    background-position: 0px -12px;
}

.bottom_link-remove {
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.icon-reset{
    width: 14px;
    height: 14px;
    background: url('../images/reset.png') 0px 0px no-repeat;
    margin-right: 6px;
    top: -1px;
}

a:hover .icon-reset{
    background-position: 0px -14px;
}

.b-user_card{
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 29px 35px;
    width: 248px;
    position: absolute;
    top: -30px;
    left: -36px;
    font: normal 13px/1.7 'PT Sans', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #5c5b68;
    display: none;
}

.av:hover .b-user_card{
    display: block;
}

.user_card--header{
    padding-left: 70px;
    font-size: 15px;
    margin-bottom: 30px;
}

.user_card--header em{
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #b2b2b7;
}

.user_card--footer{
    padding-left: 70px;
}

.user_card--footer a{
    text-decoration: underline;
}

.user_card--control{
    position: absolute;
    bottom: 27px;
    left: 22px;
}

.user_card--control a{
    width: 28px;
    height: 22px;
    float: left;
    background-image: url('../images/user_card.png');
}

.user_card--link{
    background-position: 0px 0px;
}

.user_card--link:hover{
    background-position: 0px -22px;
}

.user_card--comment{
    background-position: -28px 0px;
}

.user_card--comment:hover{
    background-position: -28px -22px;
}

/* Dropzone */

.dropzone{

}

.dz-clickable {

}

.dz-default{
    font-size: 0;
    text-indent: -9999px;
    opacity: 0.8;
    border: 1px dashed #d2d2d7;
    height: 137px;
    cursor: pointer;
    background: #fff url('../images/dropzone.png') center center no-repeat;
    margin-top: 38px;
    margin-bottom: 30px;
}

.dz-drag-hover .dz-default{
    opacity: 1;
    border-color: #888;
}

.dz-message{

}

.dz-preview{
    padding-left: 100px;
    padding-right: 30px;
    position: relative;
    margin-top: 18px;
}

.dz-details{
    text-align: right;
}

.dz-filename{
    display: inline-block;
    position: relative;
}

.dz-filename:before{
    content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    margin-top: -11px;
    width: 10px;
    height: 25px;
    background: url('../images/file.png') no-repeat;
}

.dz-details > img{
    display: none;
}

.dz-size,
.dz-success-mark,
.dz-error-mark,
.dz-error-message{
    display: none;
}

.dz-preview-remove{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 1px;
    background: url('../images/remove.png') no-repeat;
    cursor: pointer;
    border: none;
    padding: 0;
}

.dz-progress {
    height: 5px;
    background: #ff4258;
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -10px;
}

.dz-upload {
    height: 100%;
    background: #65ff6a;
    display: block;
}

.dz-success .dz-progress{
    display: none;
}

.b-dropzone{
    position: relative;
    padding-bottom: 30px;
}

.dropzone--add_link{
    color: #ff4258;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 174px;
}

.dropzone--add_link:hover{
    color: #bd374c;
}

.dropzone--add_link .icon-add_new{
    margin-right: 20px;
    top: -1px;
}

.dropzone--add_link:hover .icon-add_new{
    background-position: 0px -19px;
}

/* !Dropzone */

.form--label_field{
    float: left;
    width: 110px;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #bfbec8;
    margin-top: 11px;
    display: block;
}

.form--input_field{
    margin-left: 110px;
}

.b-input_dropdown-search{
    padding-left: 34px;
    background: url('../images/search_icon.png') 0px 11px no-repeat;
}

.b-popup_form-link{
    width: 500px;
    margin-left: -250px;
}

.b-popup_form-link .popup_form--title{
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    padding-left: 32px;
    background: url('../images/icon_link.png') 0px 15px no-repeat;
}

.data_table--row-finance{
    padding-right: 90px;
}

.data_table--cell-f_title{
    padding-left: 60px;
    padding-right: 30px;
    width: 41%;
}

.data_table--cell-f_name{
    width: 21%;
    padding-left: 20px;
    padding-right: 10px;
}

.data_table--cell-f_bank{
    width: 21%;
    padding-left: 25px;
    padding-right: 20px;
}

.data_table--cell-f_balance{
    width: 17%;
    padding-left: 25px;
    padding-right: 20px;
}

.data_table--cell-f_control{
    position: absolute;
    width: 90px;
    right: 0;
    height: 30px;
    top: 11px;
}

.data_table--transfer{
    padding-left: 60px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.opened_side_list .b-top_line{
    right: auto;
    width: 320px;
}

.opened_side_list .b-main_content{
    margin-left: 560px;
    padding-top: 0px;
    position: relative;
}

.opened_side_list.ld-closed_sidebar .b-main_content{
    margin-left: 380px;
}

.opened_side_list .b-main_content.scroller{
    margin-left: 0;
    left: 560px;
    top: 0;
}

.opened_side_list .b-top_finance {
    width: 120px;
}

.opened_side_list .top_finance--block {
    width: 50%;
}

.opened_side_list .top_finance--link {
    padding: 0;
    text-align: center;
}

.opened_side_list .icon-plan_s,
.opened_side_list .icon-plan_p {
    margin: 0;
}

.opened_side_list .top_finance--value {
    display: none;
}

.opened_side_list .top_finance--target{
    display: none;
}

.opened_side_list .b-top_company{
    margin-right: 120px;
}

.opened_side_list .top_company--mobile_target{
    display: block;
}

.opened_side_list .top_company--content {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0;
    background: #f2f2f2;
    display: none;
}

.opened_side_list .top_company--list_wrapper {
    margin-right: 0;
}

.opened_side_list .top_company--list {
    height: auto;
}

.opened_side_list .top_company--company{
    float: none;
    margin: 1px 0 0 0;
    height: auto;
}

.opened_side_list .top_company--company:first-child{
    margin: 0;
}

.opened_side_list .top_company--company_link {
    border-bottom: none;
    border-left: 2px solid transparent;
    height: auto;
    line-height: normal;
    white-space: normal;
    padding: 19px 28px;
}

.opened_side_list .top_company--company_link-active:after{
    display: none;
}

.opened_side_list .top_company--company_link-active:before{
    content: '';
    border: none;
    width: 8px;
    height: 7px;
    background: url('../images/c_marker.png') no-repeat;
    top: 50%;
    margin-top: -4px;
    right: 27px;
    left: auto;
    bottom: auto;
    margin-left: 0;
}

.opened_side_list .top_company--control{
    position: static;
    width: auto;
}

.opened_side_list .top_company--control_btn-target{
    display: none;
}

.opened_side_list .top_company--control_btn-add,
.opened_side_list .top_company--control_btn-add:hover{
    float: none;
    display: block;
    width: auto;
    background-color: #fff;
    background-position: 30px -60px;
    padding-left: 57px;
    height: 60px;
    line-height: 60px;
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff4258;
}

.opened_side_list .top_company--control_btn-add span{
    display: inline;
}

.bottom_line--project_title{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 0 40px;
}

.b-side_list{
    width: 320px;
    position: fixed;
    left: 240px;
    top: 60px;
    bottom: 0px;
}

.ld-closed_sidebar .b-side_list{
    left: 60px;
}

.side_list--inner{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 320px;
    overflow-y: auto;
}

.b-side_list .data_table-projects{
    font-size: 16px;
}

.b-side_list .data_table-projects .data_table--row {
    padding-top: 18px;
    padding-bottom: 18px;
}

.b-side_list .data_table-projects .data_table--title_link {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
}

.b-side_list .data_table-projects .data_table--title_link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.b-side_list .data_table-projects .data_table--title_link:before {
    left: auto;
    top: 10px;
    right: 16px;
}

.b-side_list .data_table--row-closed .data_table--title_link{
    color: #d1d0d7;
}

.b-side_list .data_table-payments .data_table--row,
.b-bottom_line.b-bottom_line-side .data_table-payments .data_table--row{
    padding-right: 52px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.b-side_list .data_table-payments .data_table--cell-title,
.b-bottom_line.b-bottom_line-side .data_table-payments .data_table--cell-title {
    padding-left: 19px;
    padding-right: 5px;
    width: 62%;
}

.b-side_list .data_table-payments .av_l,
.b-bottom_line.b-bottom_line-side .data_table-payments .av_l {
    width: 22px;
    height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.b-side_list .data_table-payments .payment_title_cell,
.b-bottom_line.b-bottom_line-side .data_table-payments .payment_title_cell {
    margin-left: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.b-side_list .data_table-payments .data_table--cell-profit,
.b-bottom_line.b-bottom_line-side .data_table-payments .data_table--cell-profit {
    width: 38%;
    padding-left: 20px;
    padding-right: 10px;
}

.b-side_list .data_table-payments .data_table--cell-control,
.b-bottom_line.b-bottom_line-side .data_table-payments .data_table--cell-control {
    width: 52px;
    top: 12px;
}

.section_overlay{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(61, 53, 67, 0.8);
    z-index: 1001;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.b-main_sidebar .section_overlay,
.b-side_list .section_overlay{
    bottom: 60px;
}

.opened_side_list .section_overlay{
    display: block;
}

.opened_side_list .b-main_sidebar:hover .section_overlay,
.opened_side_list .b-side_list:hover .section_overlay,
.opened_side_list .b-top_line:hover .section_overlay{
    opacity: 0;
    visibility: hidden;
}

.opened_side_list.opened_side_widget .b-main_sidebar{
    width: 60px;
}

.opened_side_list.opened_side_widget .b-top_line,
.opened_side_list.opened_side_widget .b-side_list{
    left: 60px;
    z-index: 0;
}

.opened_side_list.opened_side_widget .b-main_content {
    margin-left: 120px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.b-bottom_line.b-bottom_line-side{
    position: absolute;
    left: 0 !important;
    background: #f8f8f8;
}

.b-project{

}

.b-project--header{
    padding: 63px 56px 41px;
    background: #8a6b6f url('../images/bg.jpg') center center no-repeat;
    color: #fff;
    position: relative;
}

.project_close{
    position: absolute;
    right: 11px;
    top: 10px;
}

.icon-close{
    width: 21px;
    height: 21px;
    background: url('../images/popup_close.png') 0px 0px no-repeat;
}

.b-project--title{
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 0px;
}

.b-project_steps_graph{
    height: 37px;
    max-width: 520px;
    margin-right: 140px;
    margin-top: 36px;
    margin-bottom: 12px;
}

.project_steps_graph{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 37px;
    margin-right: 37px;
}

.project_steps_graph--field{
    position: absolute;
    top: 0;
    height: 37px;
}

.project_steps_graph--field:before{
    content: '';
    position: absolute;
    left: 37px;
    right: 0;
    bottom: 18px;
    border-bottom: 1px solid #fff;
    opacity: 0.6;
}

.project_steps_graph--field-current:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -53px;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid #fff;
}

.project_steps_graph--field-last{
    width: 37px !important;
}

.project_steps_graph--field-last:before{
    display: none;
}

.project_steps_graph--step{
    display: block;
    width: 37px;
    height: 37px;
    overflow: hidden;
    position: relative;
}

.project_steps_graph--step_content{
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    text-align: center;
    line-height: 35px;
    font-size: 19.5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    opacity: 0.6;
}

.project_steps_graph--step:hover .project_steps_graph--step_content{
    background-color: #fff;
    opacity: 1;
    color: #aaa;
}

.project_steps_graph--field-completed .project_steps_graph--step:hover .project_steps_graph--step_content{
    background-color: #65ff6a;
    background-position: -1px -38px;
}

.project_step_status{
    position: absolute;
    left: 0;
    top: 0;
}

.project_steps_graph--field-completed:before{
    border-bottom: 2px solid #65ff6a;
    opacity: 1;
}

.project_steps_graph--field-completed .project_steps_graph--step_content{
    font-size: 0;
    text-indent: -9999px;
    background: url('../images/completed_step.png') -1px -1px no-repeat;
    opacity: 1;
    border-color: transparent;
}

.project_deadline_graph{
    background: url('../images/project_deadline_bg.png')
}

.b-project_deadline--label{
    font-size: 11px;
    color: #fff;
    font-family: 'Pt Sans Caption', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    letter-spacing: 1px;
    top: -3px;
    position: relative;
}

.b-project_deadline--graph{
    display: inline-block;
    vertical-align: middle;
}

.b-project_deadline{
    position: absolute;
    right: 59px;
    bottom: 45px;
}

.b-project_data{
    position: relative;
    padding: 50px 57px 10px;
}

.b-project_data_list{
    margin-right: 50px;
}

.b-project_data_list dt{
    margin-right: 0;
    width: 120px;
}

.b-project_auditors {
    position: absolute;
    top: 38px;
    right: 61px;
}

.project_auditors--field {
    margin-bottom: 24px;
}

.b-project_auditors .b-user_card {
    left: auto;
    right: -36px;
}

.b-project_auditors .user_card--header,
.b-project_auditors .user_card--footer {
    padding-left: 0;
    padding-right: 70px;
}

.b-project_auditors .user_card--control {
    left: auto;
    right: 22px;
}

.b-content_header-project{
    padding-top: 55px;
}

.data_table--row-project_progress {
    font-size: 16px;
    line-height: 24px;
    padding-top: 27px;
    padding-bottom: 27px;
    border-top: 1px solid #efeff1;
    border-bottom: 1px solid #efeff1;
    margin-bottom: -1px;
    position: relative;
}

.data_table--row-project_progress.active{
    border-color: #8f7586;
    z-index: 1;
}

.data_table-project_progress .data_table--row {
    padding-right: 135px;
}

.data_table-project_progress .data_table--cell-title {
    width: 49%;
}

.data_table-project_progress .data_table--cell-profit {
    width: 28%;
}

.data_table-project_progress .data_table--cell-deadline{
    position: static;
    width: 23%;
}

.data_table-project_progress .data_table--subtable .data_table--head .data_table--cell-deadline {
    padding-left: 30px;
}

.data_table-project_progress .profit_val{
    position: relative;
}

.data_table-project_progress .profit_val:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 10px;
    background: url('../images/profit.png') 0px 0px no-repeat;
    left: -18px;
    top: 6px;
}

.project_progress--row_num{
    border: 1px solid #efeff1;
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 79px;
    left: -40px;
    background: #fff;
    border-right: none;
    border-radius: 50px 0 0 50px;
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.project_progress_graph{
    width: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.project_progress_graph--num{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    line-height: 35px;
    text-indent: -9999px;
}

.project_progress_graph-0 .project_progress_graph--num{
    border-color: #d1d1d6;
}

.project_progress_graph-no_graph .project_progress_graph--num{
    border-color: transparent;
    text-indent: 0;
}

.project_progress_graph--graph{
    position: relative;
    z-index: 1;
}

.project_progress--row_num .project_progress_graph{
    position: absolute;
    top: 50%;
    left: 21px;
    margin-top: -19px;
}

.project_progress_graph.completed .project_progress_graph--graph{
    background: url('../images/completed_step.png') 0px 0px no-repeat;
}

.data_table--row-project_progress.active .project_progress--row_num{
    border-color: #8f7586;
}

.data_table--row-project_progress.data_table--row-active{
    z-index: 1000;
}

.data_table--row-project_progress.active .control_section_link-file {
    display: none;
}

.data_table--row-project_progress.active .control_section_link-go {
    top: -25px;
    right: 0;
    position: absolute;
    width: 80px;
    background: url('../images/go.png') 0px 0px no-repeat;
    margin: 0;
    height: 80px;
}

.data_table--row-project_progress.active .control_section_link-go:hover {
    background-position: 0px -80px;
}

.data_table--add_row a {
    display: block;
    padding-left: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.data_table--row-project_progress.active .data_table--title_link:before {
    background-position: 0px -10px;
}

.data_table--row-project_progress.active .data_table--title_link:hover:before {
    background-position: -10px -10px;
}

.data_table--subtable-project_progress{
    display: none;
}

.opened_side_list .b-bottom_line {
    left: 560px;
}

.opened_side_list.ld-closed_sidebar .b-bottom_line {
    left: 380px;
}

.opened_side_list.opened_side_widget .b-bottom_line {
    left: 120px;
}

.icon-edit{
    width: 16px;
    height: 13px;
    background: url('../images/icon_edit.png') no-repeat;
    top: -2px;
    margin-right: 8px;
}

a:hover .icon-edit{
    background-position: 0px -13px;
}

.bottom_field-control{
    position: absolute;
    width: 135px;
    right: 0;
    height: 30px;
    top: 13px;
}

.bottom_field-left_field{
    float: left;
    padding-left: 60px;
}

.icon-back{
    width: 25px;
    height: 19px;
    background: url('../images/icon_back.png') no-repeat;
}

a:hover .icon-back{
    background-position: 0px -19px;
}

.bottom_field-back_field{
    position: absolute;
    left: 8px;
    top: 0px;
}

.b-bottom_line-arrow:before,
.b-bottom_line-arrow:after{
    content: '';
    border-right: 30px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: -30px;
    top: 0;
}

.b-bottom_line-arrow:before{
    border-right-color: #eee;
}

.project_auditors--label{
    display: none;
    float: left;
    color: #9190a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    width: 120px;
    margin-top: 9px;
}

.icon-gant{
    width: 13px;
    height: 7px;
    background: url('../images/icon_gant.png') no-repeat;
    top: -2px;
    margin-right: 5px;
}

.b-project_edit--section{
    padding: 46px 57px 3px;
}

.b-project_edit--section .form_row{
    max-width: 525px;
    padding-right: 40px;
    position: relative;
}

.b-project_edit--section .form_row-check_row{
    font-size: 16px;    
}

.b-project_edit--section .block_title{
    margin-bottom: 31px;
}

.form_row-auditors .form--label_field{
    text-align: right;
}

.form_row-auditors .form--label_field .av{
    margin-right: 23px;
    margin-top: -10px;
}

.add_auditor_icon{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-right: 23px;
    margin-top: -10px;
    cursor: pointer;
}

.auditor_row_remove{
    position: absolute;
    right: 8px;
    margin-left: 20px;
    top: 8px;
    cursor: pointer;
}

.icon-remove{
    width: 20px;
    height: 20px;
    background: url('../images/remove.png') no-repeat;
}

.save_as_shablon{
    position: absolute;
    left: 100%;
    top: 11px;
    white-space: nowrap;
    color: #ff3d54;
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: -17px;
}

.b-project_edit--deadline{
    height: 35px;
    border-bottom: 1px solid #e9e9ec;
    position: relative;
}

.b-project_edit--deadline:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #dedee2;
    background: -moz-linear-gradient(left, #dedee2 0%, #fe455b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dedee2), color-stop(100%,#fe455b));
    background: -webkit-linear-gradient(left, #dedee2 0%,#fe455b 100%);
    background: -o-linear-gradient(left, #dedee2 0%,#fe455b 100%);
    background: -ms-linear-gradient(left, #dedee2 0%,#fe455b 100%);
    background: linear-gradient(to right, #dedee2 0%,#fe455b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedee2', endColorstr='#fe455b',GradientType=1 );
}

.b-project_edit--deadline:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 9px;
    width: 1px;
    background: #fe455b;
}

.b-project_edit--deadline .b-input_date{
    margin-top: 10px;
    width: 50px;
}

.b-project_edit--deadline .input_date{
    border-color: transparent !important;
}

.b-input_date-deadline_start{
    float: left;
}

.b-input_date-deadline_finish{
    float: right;
}

.b-input_date-deadline_finish--label{
    color: #ff3d54;
    font-size: 11px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: right;
    margin-right: 17px;
    margin-top: 13px;
}

.b-content_header-project_edit{
    padding-top: 53px;
    padding-bottom: 49px;
}

.b-project_progress_edit{

}

.project_progress_edit--row{
    padding: 38px 57px 21px;
    position: relative;
    border-top: 1px solid #e9e9ec;
    cursor: pointer;
}

.project_progress_edit--row.active{
    border-top-color: #8f7586;
    background: #fbfbfb;
}

.project_progress_edit--row:after{
    content: '';
    display: table;
    clear: both;
}

.project_progress_edit--row:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('../images/table_title.png') 0px 0px no-repeat;
    left: 56px;
    top: 51px;
}

.project_progress_edit--row.active:before{
    background-position: 0px -10px;
}

.project_progress_edit--maincell{
    max-width: 525px;
}

.project_progress_edit--subcell{
    position: absolute;
    left: 615px;
    right: 0px;
    top: 38px;
}

.project_progress_edit--date{
    float: left;
    margin-top: 7px;
}

.project_progress_edit--date .b-input_date{
    display: inline-block;
    width: 50px;
    margin-left: 7px;
}

.project_progress_edit--control{
    float: right;
    width: 140px;
}

.project_progress_edit--subtable{
    display: none;
}

.project_progress_edit--subrow{
    padding: 23px 57px 13px;
    position: relative;
    background: #fbfbfb;
    border-top: 1px dashed #e4e4e4;
}

.project_progress_edit--subrow:after{
    content: '';
    display: table;
    clear: both;
}

.project_progress_edit--row .form--label_field{
    position: relative;
}

.project_progress_edit--row .form--label_field span{
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    position: absolute;
    right: 22px;
    top: -25px;
    color: #5c5b68;
}

.project_progress_edit--payment_type{
    position: absolute;
    left: 261px;
    top: 31px;
}

.b-payment_type_check{

}

.payment_type_check--field{
    font-size: 13px;
    display: inline-block;
    color: #6d6c77;
    cursor: pointer;
}

.payment_type_check--field:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: url('../images/payment_type_check.png') 0px 0px no-repeat;
}

.payment_type_check--field-in{
    margin-right: 10px;
} 

.payment_type_check--field-in:before{
    background-position: 0px 0px;
} 

.payment_type_check--field-in.active{
    color: #79ee7d;
}

.payment_type_check--field-in.active:before{
    background-position: 0px -30px;
}

.payment_type_check--field-out{

} 

.payment_type_check--field-out:before{
    background-position: -30px 0px;
} 

.payment_type_check--field-out.active{
    color: #ff3d54;
}

.payment_type_check--field-out.active:before{
    background-position: -30px -30px;
}

.project_progress_edit--subrow input[type=text], 
.project_progress_edit--subrow input[type=password]{
    font-size: 13px;
}

.project_progress_edit--subrow .project_progress_edit--subcell{
    top: 23px;
}

.form-row-pe_sub_cell{
    width: 170px;
}

.form--label_field--av_l{
    text-align: right;
}

.form--label_field--av_l .av_l{
    margin-right: 18px;
    margin-top: -10px;
}

.project_progress_edit--add{
    border-top: 1px dashed #e4e4e4;
    background: #fbfbfb;
}

.project_progress_edit--add a{
    display: block;
    padding: 27px 0 27px 126px;
}

.bottom_field-left_field .add_new_link{
    line-height: 60px;
}

.project_progress_edit--textarea{
    display: none;
}

.form--label_field-check{
    margin-top: 6px;
} 

.b-input_date_block{
    width: 50px;
}

.project_step_row--graph{
    float: left;
    margin-top: -5px;
    margin-bottom: -9px;
}

.project_step_row--graph img{
    display: block;
}

.data_table--cell-profit .av_l-payment_av{
    margin-right: 10px;  
}

.project_progress_completed_status{
    color: #c5c4c9;    
}

.project_progress_completed_status b{
    font-weight: normal;
    color: #6d6c77;
}

.project_progress_completed_status:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    width: 18px;
    height: 19px;
    background: url('../images/deadline_status.png') 0px 0px no-repeat;
}

.project_progress_completed_status-0:before{
    background-position: 0px -38px;
}

.data_table--projects{

}

.data_table--projects .project_step_row--graph{
    position: absolute;
    left: 30px;
    top: 27px;
}

.data_table--projects .data_table--title_link:before{
    display: none;
}

.data_table--projects .project_progress_completed_status{
    margin-left: -20px;
}

.b-project_data_title{

}

.b-project_data_title .block_title{
    margin-bottom: 46px;
    max-width: 320px;
}

.b-project_data_title .b-project_deadline{
    bottom: auto;
    top: 61px;
}

.b-project_deadline-dark .b-project_deadline--label{
    color: #6d6c77;
}

.b-project_deadline-dark .project_deadline_graph{
    background-position: 0px -41px;
}

.b-project_data_content{
    position: relative;
    padding-right: 70px;
}

.b-project_data_text{
    font-size: 16px;
    max-width: 500px;
}

.b-project_data_text a{
    color: #ff3d54;
    text-decoration: underline;
}

.b-project_data_content .b-project_auditors{
    right: 0;
    top: 9px;
}

.b-tasks .data_table--row-subrow{
    background: none;
}

.b-company_card {
    padding: 65px 60px;
}

.b-company_card--title{

}

.b-company_card--title .block_title{
    margin-bottom: 58px;
}

.b-company_card--title img{
    vertical-align: middle;
    margin-right: 18px;
}

.b-company_card--col{
    float: left;
    width: 50%;
}

.b-company_card--col:first-child{
    width: 47%;
    margin-right: 3%;
}

.b-company_card--col:first-child dt{
    width: 95px;
}

.data_table--head-c{
    padding-right: 271px;
}

.data_table--row-c{
    font-size: 16px;
    padding-right: 271px;
    line-height: 24px;
    padding-top: 28px;
    color: #6d6c77;
    padding-bottom: 29px;
}

.data_table--cell-c1{
    float: left;
    padding-left: 90px;
    width: 64%;
}

.data_table--cell-c2{
    float: left;
    width: 16%;
}

.data_table--cell-c3{
    float: left;
    width: 20%;
}

.data_table--cell-c4{
    float: left;
    position: absolute;
    right: 106px;
    top: 24px;
    width: 165px;
    text-align: right;
}

.data_table--head-c .data_table--cell-c4{
    top: 13px;
}

.data_table--cell-c5{
    float: left;
    position: absolute;
    right: 0;
    top: 24px;
    width: 97px;
}

.c_av_field{
    display: inline-block;
    margin-right: 16px;
}

.c_av_field img{
    vertical-align: middle;
}

.c_title_img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -11px;
    margin-bottom: -9px;
    margin-right: 17px;
}

.c_title_img img{
    vertical-align: middle;
}

.beige{
    font-size: 9px;
    color: #bdbdc1;
    text-transform: uppercase;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    vertical-align: middle;
    letter-spacing: 1px;
    position: relative;
    background: #f3f3f3;
    white-space: nowrap;
}

.beige:before,
.beige:after{
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 6px solid #f3f3f3;
    top: 0;
    left: -6px;
}

.beige:after{
    border-right: none;
    border-left: 6px solid #f3f3f3;
    left: auto;
    right: -6px;
}

.beige-vip{
    background: #ff3d54;
    color: #fff;
}

.beige-vip:before{
    border-right-color: #ff3d54;
}

.beige-vip:after{
    border-left-color: #ff3d54;
}

.beige-imp{
    background: #5f5c76;
    color: #fff;
}

.beige-imp:before{
    border-right-color: #5f5c76;
}

.beige-imp:after{
    border-left-color: #5f5c76;
}

.data_table--cell-c4 .b-user_card {
    left: auto;
    right: -36px;
}

.data_table--cell-c4 .user_card--header,
.data_table--cell-c4 .user_card--footer {
    padding-left: 0;
    padding-right: 70px;
}

.data_table--cell-c4 .user_card--control {
    left: auto;
    right: 22px;
}

.data_table--row-c .data_table--title_link{
    display: inline-block;
}

.c_title_text{
    display: inline-block;
    position: relative;
}

.data_table--cell-c1_inner{
    display: block;
    padding-left: 58px;
}

.data_table--cell-c1_inner .data_table--title_link {
    padding-left: 58px;
    margin-left: -58px;
    margin-right: 15px;
}

.data_table--cell-c1_inner .c_title_img{
    position: absolute;
    left: 0;
    top: 5px;
}

.data_table--head-c_1,
.data_table--row-c_1{
    padding-right: 164px;
}

.data_table--head-c_1 .data_table--cell-c1,
.data_table--row-c_1 .data_table--cell-c1 {
    width: 39.5%;
}

.data_table--head-c_1 .data_table--cell-c1_1,
.data_table--row-c_1 .data_table--cell-c1_1{
    width: 20.5%;
}

.data_table--head-c_1 .data_table--cell-c2,
.data_table--row-c_1 .data_table--cell-c2{
    width: 18%;
}

.data_table--head-c_1 .data_table--cell-c3,
.data_table--row-c_1 .data_table--cell-c3{
    width: 22%;
}


.data_table--head-c_1 .data_table--cell-c4,
.data_table--row-c_1 .data_table--cell-c4{
    width: 50px;
}

.c_title_text__sub{
    color: #b5b4ba;
    font-size: 13px;
    display: block;
    position: absolute;
    white-space: nowrap;
}

.b-inner_page{

}

.b-inner_page--header {
    padding: 63px 56px 37px;
    background: #8a6b6f url('../images/bg.jpg') center center no-repeat;
    color: #fff;
    position: relative;
}

.b-inner_page--header:after{
    content: '';
    display: table;
    clear: both;
}

.inner_page_close {
    position: absolute;
    right: 11px;
    top: 10px;
}

.b-inner_page--title {
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 0px;
}

.b-client_contacts .b-user_card{
    display: inline-block;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 8px 8px 0;
}

.b-client_contacts .b-user_card img{
    position: absolute;
    left: 36px;
    top: 28px;
}

.inner_page--header_beige{
    padding-left: 8px;
    margin-bottom: 13px;
}

.inner_page--header_dl{
    margin-top: 13px;
}

.inner_page--header_dl dt {
    color: #fff;
}

.inner_page--header_dl dd {
    font-size: 16px;
    margin: 0 0 16px 0;
}

.b-inner_page--content-p {
    padding: 58px;
}

.b-client_contacts .block_title{
    margin-bottom: 47px;
}

.b-client_contacts {
    margin-bottom: 66px;
}

.b-client_requisites .block_title{
    margin-bottom: 34px;
}

.b-client_requisites dt{
    width: 90px;
}

.bottom_field-save{
    float: right;
}

.bottom_link--delete{
    display: inline-block;
    padding: 0 15px;
}

.icon-delete{
    width: 17px;
    height: 19px;
    background: url('../images/icon_delete.png') no-repeat;
}

a:hover .icon-delete{
    background-position: 0px -19px;
}

.icon-comment {
    width: 16px;
    height: 16px;
    background: url('../images/control.png') 0px -11px no-repeat;
}

a:hover .icon-comment {
    background-position: 0px -71px;
}

.bottom_field-right{
    float: right;
}

.bottom_link--comment{
    padding: 0 15px;
    margin-right: 10px;
}

.bottom_link .icon-comment{
    margin-right: 8px;
} 

.employee_header__img{
    float: left;
}

.employee_header__img img{
    width: 126px;
    height: 126px;
    border-radius: 63px;
}

.employee_header__content{
    margin-left: 180px;
}

.b-client_requisites dl{
    margin-bottom: 60px;
}

.without_top_line .b-top_line{
    display: none;
}

.without_top_line .b-main_content {
    padding-top: 0px;
}

.b-inner_page--header .b-content_title{
    max-width: 550px;
    margin-bottom: 12px;
}

.b-inner_page--header .b-content_menu{
    margin-top: 69px;
}

.b-content_title .employee_header__content{
    line-height: 126px;
}

.b-content_title .b-inner_page--title{
    display: inline-block;
    line-height: 48px;
    vertical-align: middle;
}

.b-content_menu-w .section_menu--link{
    color: #fff;
}

.b-content_menu-w .section_menu--link-active,
.b-content_menu-w .section_menu--link:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.b-content_menu-w .section_menu--link-active:before,
.b-content_menu-w .section_menu--link:hover:before {
    border-top-color: #fff !important;
}

.b-content_menu-w .section_menu--link:after {
    display: none !important;
}

.b-inner_page .finance_widget--project_row{
    display: block;
}

.b-inner_page .finance_widget{
    height: auto;
    border-bottom: 1px solid #e5e5e5;
}

.b-inner_page .finance_widget:after{
    content: '';
    display: table;
    clear: both;
}

.b-inner_page .finance_widget--l{
    float: none;
    border-right: 1px solid #e5e5e5;
    position: relative;
    background: #fff;
}

.b-inner_page .finance_widget--l:after{
    content: '';
    display: table;
    clear: both;
}

.b-account_data{
    padding: 38px 58px;
}

.b-account_data .block_title{
    margin-bottom: 34px;
}

.b-account_data dt{
    width: 90px;
}

.tasks_page{
    height: 100%;
}

.tasks_page body{
    height: 100%;
}

.tasks_page .b-main_content{
    padding-bottom: 0;
    padding-top: 0;
    min-height: 100%;
    background: url('../images/bg.jpg') fixed;
}

.tasks_page .main_content--inner{
    padding-bottom: 60px;
}

.tasks_page .b-bottom_line{
    background: url('../images/bg.jpg') fixed;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.tasks_page .b-content_header{
    padding-top: 68px;
    color: #fff;
    padding-bottom: 27px;
}

.bottom_link-add_task{
    text-align: center;
}

.b-tasks{
    padding: 0 27px;
}

.b-tasks:after{
    content: '';
    clear: both;
    display: table;;
}

.b-task_block{
    width: 320px;
    height: 320px;
    margin: 0 30px 60px;
    float: left;
    position: relative;
}

.b-task_block--header{
    position: absolute;
    padding: 28px 28px 0 32px;
    left: 0;
    right: 0;
    top: 0;
    border-top: 2px solid;
    background: #fff;
    height: 37px;
    cursor: move;
}

.b-task_block--status{
    float: left;
    width: 37px;
}

.b-task_block--deadline{
    float: right;
    margin-top: 5px;
}

.b-task_block--content{
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    bottom: 60px;
    background: #fff;
}

.b-task_block--content_inner{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 28px 37px 38px;
}

.b-task_block--title{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 34px;
    margin-bottom: 15px;
}

.b-task_block--desc{
    font-size: 13px;
    color: #b6b5bb;
    line-height: 20px;
}

.b-task_block--footer{
    position: absolute;
    left: 0;;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
}

.b-task_block--profit{
    float: left;
    padding-left: 20px;
    width: 150px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.b-task_block--control{
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}

.b-task_block--control .control_section_link {
    width: 50px;
    height: 60px;
    margin-right: 0px;
}

.b-task_block--control .control_section_link:hover{
    background-color: transparent !important;
}

.b-task_block--control .control_section_link-comment {
    background-position: 16px -90px;
}

.b-task_block--control .control_section_link-file {
    background-position: -25px -90px;
}

.b-task_block--control .control_section_link-go {
    background-position: -62px -90px;
}

.b-task_block--control .control_section_link.active:before {
    right: 13px;
    top: 19px;
}

.b-task_block--control .control_section_link-file.active:before {
    right: 14px;
    top: 14px;
}

.b-task_block-r .b-task_block--profit,
.b-task_block-r .b-task_block--control .control_section_link {
    background-color: #ff3d54;
}

.b-task_block-r .b-task_block--header,
.b-task_block-r .b-task_block--control .control_section_link.active:before {
    border-color: #ff3d54;
}

.b-task_block-g .b-task_block--profit,
.b-task_block-g .b-task_block--control .control_section_link {
    background-color: #86f08a;
}

.b-task_block-g .b-task_block--header,
.b-task_block-g .b-task_block--control .control_section_link.active:before {
    border-color: #86f08a;
}

.b-task_block-y .b-task_block--profit,
.b-task_block-y .b-task_block--control .control_section_link {
    background-color: #ffda6a;
}

.b-task_block-y .b-task_block--header,
.b-task_block-y .b-task_block--control .control_section_link.active:before {
    border-color: #ffda6a;
}

.b-task_block-y .b-task_block--control .control_section_link.active:before{
    background-color: #fff;
}

.task_status {
    width: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.task_status--bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #d2d2d7;
    border-radius: 50%;
    background: url('../images/completed_step.png') -9999px -9999px no-repeat;
}

.task_status:hover .task_status--bg{
    border-color: #f6f6f6;
}

.task_status canvas {
    position: relative;
    z-index: 1;
}

.task_status-completed{

}

.task_status-completed canvas{
    opacity: 0;
    visibility: hidden;;
}

.task_status.task_status-completed .task_status--bg{
    border: 2px solid #65ff6a;
    background-position: -2px -2px;
}

.b-task_block--placeholder{
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);
}

.icon-remember{
    width: 16px;
    height: 18px;
    background: url('../images/icon_remember.png');
}

.form--label_field .icon-remember{
    float: right;
    margin-right: 25px;
    margin-top: -6px;
}

.form--input_field .icon-remember{
    display: none;
}