body {
    font-size: 13px;
}

.zf-green {
    color: #68b604;
}

.zf-cray {
    color: #B66F04;
}

.zf-red {
    color: red;
}

.zf-warm {
    color: #E24B39;
}

.zf-grey {
    color: #808080;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

/* нет сортировки */
.table2 thead .sorting_disabled,
.table2 tfoot .sorting_disabled {
    background-image: url('../img/datatables/planning-header-bg.png');
    background-repeat: repeat-x;
    background-position: top;
    border-right: 1px solid #999999;
    padding-left: 0;
    text-align: center;
}

/* дефолтное состояние сортировки */
.table2 thead .sorting {
    background-image: url('../img/datatables/sort_both.png'), url('../img/datatables/planning-header-bg.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left, top;
    border-right: 1px solid #999999;
}

/* сортировка по убыванию */

.table2 thead .sorting_asc {
    background-image: url('../img/datatables/sort_asc.png'), url('../img/datatables/planning-header-bg.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left, top;
    border-right: 1px solid #999999;
}

/* сортировка по возрастанию */

.table2 thead .sorting_desc {
    background-image: url('../img/datatables/sort_desc.png'), url('../img/datatables/planning-header-bg.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left, top;
    border-right: 1px solid #999999;
}

/* заголовки */
.table2 thead tr th.sorting,
.table2 thead tr th {
    height: 40px;
    text-align: center;
    padding-left: 20px;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    border-top: 1px solid white;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #828282;
}

.table2 tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px;
    /*border-bottom: 1px solid #828282;*/
    /*border-top: 1px solid #828282;*/
}

.table2 tfoot .sorting_disabled {
    /*border-bottom: 1px solid #828282;*/
    /*border-top: 1px solid #828282;*/
    /*border-left: 1px solid #828282;*/
}

/*.table2 tr:nth-child(2n+1) {*/
    /*background-color: #ededed;*/
/*}*/

.table2 tr td {
    /*border-right: 1px dotted #999999;*/

    /*text-align: left;*/
    /*padding-left: 10px;*/

    text-align: right;
}

/*.table2 {*/
    /*border: 1px solid #999999;*/
/*}*/

.table2, .table2 tr, .table2 tr td {
    border: none;
}

.table2 tfoot tr td {
    height: 1px;
    padding: inherit;
}

/*.table2 tr:hover {*/
    /*background: #edf3d5; !* Цвет динии таблицы при наведении мышки *!*/
/*}*/

.table-status, .table-status tr, .table-status tr td {
    /*border: 1px solid #999999;*/
    border: none;
}

/*.table-status tr {*/
    /*background-color: #ededed;*/
/*}*/

/*.table-status tr:hover {*/
    /*background: #edf3d5;*/
/*}*/

.table-status tbody tr td {
    /*border-right: 1px dotted #999999;*/
    text-align: left;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    /*border-bottom: 1px solid #828282;*/
    /*border-top: 1px solid #828282;*/
}

.rowOnColumn {
    background: #e6e6e6;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
    color: #4d4d4d;
}

#task-table-filter {
    padding-bottom: 0.583em;
}

#task-table-filter {
    font-size: 1em;
    line-height: 1em;
    color: #333333;
    padding: 0.5em;
    border: 1px solid #89bad3;
    background: white url('../img/datatables/input-bg.png') repeat-x top;
    background: -moz-linear-gradient(top,#d4d4d4,#ebebeb 3px,white 27px), white;
    background: -webkit-gradient(linear,left 0px, left 27px,from(#d4d4d4),to(white),color-stop(0.12, #ebebeb)), white;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0.417em;
}

.dataTables_filter label,
.dataTables_length label {
    line-height: 2em;
    color: #4d4d4d;
}

.dataTables_length label select:focus {
    border-color: #3399cc;
}

.dataTables_length label select {
    font-size: 1.083em;
    padding: 4px;
}

.dataTables_length label select {
    color: #333333;
    font-size: 1em;
    border: 1px solid #89bad3;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.417em;
}

:focus {
    outline: 0;
}

.dataTables_info {
    color: #4d4d4d;
}

.dataTables_scrollBody {
    /*height: 450px !important;*/
    height: 400px !important;
    overflow: auto;
}

.img_search {
    background-image: url('../img/datatables/Search.png');
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.pagination-custom {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.DTFC_ScrollWrapper,
.dataTables_scroll {
    background: #fff;
}

.dataTable th, td {
    border: 1px solid #ccc;
}

.dataTable th {
    border-bottom: none;
}

.heart {
    position: relative;
    float: right;
    /*display: block;*/
    display: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-image: url(../../img/heart.png);
    background-size: 200%;
    background-position-x: 0;
    background-position-y: 0;
    cursor: pointer;
}

.heart.selected {
    background-position-x: 17px;
}