* {
    margin: 0;
    padding: 0;
    font-family: Arial, Geneva, "DejaVu Sans Condensed", "Kalimati", sans-serif;
    color: #000;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    height: 100%;
}

div {
    font-size: 12px;
}

img {
    border: 0px;
}

.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input,
textarea {
    font-size: 12px;
    padding: 0 0 0 5px;
    border: 1px solid #a4abbc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

textarea {
    padding-top: 5px;
}

input {
    height: 19px;
    line-height: 17px;
}

input:focus {
    background: #fdf4b5;
}

input[type="checkbox"] {
    padding: 0;
}

.b-task-name input {
    height: 20px;
}

input.input_light.active,
textarea.input_light.active {
    border: 1px solid #a4abbc;
}

input.input_light:focus, input.input_light.active,
textarea.input_light:focus, textarea.input_light.active {
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}

input.input_light:focus,
textarea.input_light:focus {
    border: 1px solid #98b2e8;
}

textarea {
    resize: vertical;
}

select {
    font-size: 12px;
    border: 1px solid #a7aebe;
    line-height: 19px;
}

select.active_input option {
    background: #fff;
}

option[selected="selected"],
select.active_input option[selected="selected"],
option:focus,
.active_input {
    background: #fdf4b5;
}

option:focus {
    background: red;
}

option {
    padding: 0 0 0 5px;
}

button {
    border: 0;
}

/*������� ������� � button � FF */
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* end ������� ������� � button � FF */
p {
    padding: 7px 0;
    font-size: 12px;
}

a {
    color: #284386;
}

a:hover {
    color: #3e6bee;
}

/*Display: inline-block and position*/
[class^="d-ib"],
[class*=" d-ib"] {
    display: inline-block;
}

.d-ib_top {
    vertical-align: top;
}

.d-ib_middle {
    vertical-align: middle;
}

.d-ib_bottom {
    vertical-align: bottom;
}

h1 {
    font-size: 14px;
    margin: 5px 0 10px;
}

.b-container {
    min-height: 500px;
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.b-header {
    position: relative;
    overflow: hidden;
}

.b-logo-small {
    display: block;
    float: left;
    margin: 1px 40px 0 20px;
}

.b-logo-small img {
    height: 42px;
}

.b-top-menu {
    float: left;
}

.b-top-menu li,
.b-top-menu-r li {
    cursor: pointer;
    float: left;
    height: 42px;
    list-style: none;
    margin-right: 1px;
}

.b-top-menu li {
    background: url('/images/b-top-menu-sprite.png') repeat-x left top;
    position: relative;
}

.b-top-menu li.green {
    background-position: 0 -96px;
}

.b-top-menu li:first-child {
    border-radius: 0 0 0 10px;
    border: 0;
}

.b-top-menu li:last-child {
    border-radius: 0 0 10px 0;
}

.b-top-menu li:hover,
.b-top-menu li.active {
    background-position: 0 -48px;
}

.b-top-menu li:first-child:hover {
    border: 0;
}

.b-top-menu li a,
.b-top-menu-r li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

[class^="b-menu-ico-"],
[class*=" b-menu-ico-"] {
    background-image: url('/images/b-top-menu-ico-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0px 5px;
    height: 20px;
    width: 27px;
}

.b-menu-ico-mine {
    background-position: 0 -18px;
}

.b-menu-ico-from_me {
    background-position: -31px -18px;
}

.b-menu-ico-my_projects {
    background-position: -65px -18px;
}

.b-menu-ico-filter {
    background-position: -95px -18px;
}

.b-menu-ico-add {
    background-position: -126px -18px;
    width: 22px;
}

.b-menu-ico-users {
    background-position: -153px -18px;
    width: 29px;
}

.b-menu-ico-projects {
    background-position: -186px -18px;
}

.b-top-menu li:hover .b-menu-ico-mine,
.b-top-menu li.active .b-menu-ico-mine {
    background-position: 0 2px;
}

.b-top-menu li:hover .b-menu-ico-from_me,
.b-top-menu li.active .b-menu-ico-from_me {
    background-position: -31px 2px;
}

.b-top-menu li:hover .b-menu-ico-my_projects,
.b-top-menu li.active .b-menu-ico-my_projects {
    background-position: -65px 2px;
}

.b-top-menu li:hover .b-menu-ico-filter,
.b-top-menu li.active .b-menu-ico-filter {
    background-position: -95px 2px;
}

.b-top-menu li:hover .b-menu-ico-add,
.b-top-menu li.active .b-menu-ico-add {
    background-position: -126px 2px;
    width: 22px;
}

.b-top-menu-r li:hover .b-menu-ico-users,
.b-top-menu-r li.active .b-menu-ico-users {
    background-position: -153px 2px;
    width: 29px;
}

.b-top-menu-r li:hover
.b-menu-ico-projects,
.b-top-menu-r li.active
.b-menu-ico-projects {
    background-position: -186px 2px;
}

.f-top-menu li a, .f-top-menu-r li a {
    font: bold 12px/42px Tahoma;
    text-decoration: none;
}

.f-top-menu li a {
    color: #fff;
    text-shadow: 2px 2px 2px #2D4A8E;
    -moz-text-shadow: 2px 2px 2px #2D4A8E;
    -webkit-text-shadow: 2px 2px 2px #2D4A8E;
}

.f-top-menu-r li a {
    color: #284386;
}

.f-top-menu li:hover a,
.f-top-menu li.active a {
    color: #284386;
    text-shadow: 1px 2px 2px #FFFFFF;
    -moz-text-shadow: 1px 2px 2px #FFFFFF;
    -webkit-text-shadow: 1px 2px 2px #FFFFFF;
}

.f-top-menu-r li:hover a {
    color: #3e6bee;
}

.b-auth-status {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 5px;
    /*max-width:170px;*/
}

.b-auth-status p {
    padding: 0;
}

.f-auth-status a {
    color: #284386;
    line-height: 16px;
    white-space: nowrap;
}

/*Buttons*/
.b-green-btn {
    background: url('/images/green-btn-bg.png') repeat-x left top;
    border: 1px solid #4c9617;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
}

.b-grey-btn {
    background-color: lightgrey;
    border: 1px solid #4c9617;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
}

.f-green-btn {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

.b-green-btn:hover {
    background-position: left -30px;
}

.b-green-btn:active {
    background-position: left -60px;
    box-shadow: none;
}

.b-light-btn {
    background: url('/images/light-btn-bg.png') repeat-x left top;
    border: 1px solid #838fae;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    padding: 0 5px;
    position: relative;
    box-shadow: 0 3px 2px -2px rgba(40, 67, 134, 0.38);
    -moz-box-shadow: 0 3px 2px -2px rgba(40, 67, 134, 0.38);
    -webkit-box-shadow: 0 3px 2px -2px rgba(40, 67, 134, 0.38);
}

.f-light-btn {
    color: #284386;
    font-weight: bold;
    white-space: nowrap;
}

.b-light-btn:hover {
    background-position: left -29px;
}

.f-light-btn:hover {
    color: #3e6bee;
}

.b-light-btn:active {
    background-position: left -58px;
    border-color: #9fabcb;
    box-shadow: none;
}

.f-light-btn:active {
    color: #6580d1;
}

.b-light-btn-small,
.ui-datepicker-current {
    background: url('/images/light-btn-bg.png') repeat-x left top;
    border: 1px solid #838fae;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    padding: 0 7px;
    position: relative;
    box-shadow: 0 3px 2px -2px rgba(40, 67, 134, 0.38);
    -moz-box-shadow: 0 3px 2px -2px rgba(40, 67, 134, 0.38);
    -webkit-box-shadow: 0 3px 2px -2px rgba(40, 67, 134, 0.38);
}

button.b-light-btn-small,
button.ui-datepicker-current {
    height: 19px;
}

.f-light-btn-small,
.ui-datepicker-current {
    color: #284386;
    font-weight: bold;
    white-space: nowrap;
}

.b-light-btn-small:hover,
.ui-datepicker-current.ui-state-hover {
    background-position: left -29px;
}

.f-light-btn-small:hover,
.ui-datepicker-current.ui-state-hover {
    color: #3e6bee;
}

.b-light-btn-small:active {
    background-position: left -58px;
    border-color: #9fabcb;
    box-shadow: none;
}

.f-light-btn-small:active {
    color: #6580d1;
}

.b-blue-btn,
.ui-datepicker-close {
    background: url('/images/blue-btn-bg-sprite.png') repeat-x left top;
    border: 1px solid #516ca8;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    padding: 0 7px;
    position: relative;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
}

button.b-blue-btn,
button.ui-datepicker-close {
    height: 19px;
}

.f-blue-btn,
.ui-datepicker-close {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 2px 2px 1px #3E5CA4;
    text-decoration: none;
}

a.f-blue-btn {
    line-height: 17px;
}

.b-blue-btn:hover,
.ui-datepicker-close.ui-state-hover {
    background-position: left -40px;
    border: 1px solid #6983be;
}

.f-blue-btn:hover,
.ui-datepicker-close.ui-state-hover {
    color: #fff;
}

.b-blue-btn:active {
    background-position: left -79px;
    border: 1px solid #6983be;
    box-shadow: none;
}

.b-type-sorting span {
    margin: 0 0px;
}

.b-type-sorting span:first-child {
    margin-left: 0;
}

.f-type-sorting span {
    color: #284386;
    font-size: 11px;
    text-decoration: underline;
}

.f-type-sorting span:hover {
    color: #3e6bee;
    cursor: pointer;
}

.f-type-sorting span.active {
    color: #284386;
    font-weight: bold;
    text-decoration: none;
}

.b-ico-add {
    background: url('/images/ico-add.png') no-repeat right center;
    display: inline-block;
    margin: 0 5px;
    width: 13px;
    height: 13px;
}

.b-ico-delete {
    background: url('/images/ico-delete.png') no-repeat right center;
    display: inline-block;
    height: 9px;
    margin: 0px;
    width: 9px;
    cursor: pointer;
}

.b-ico-copy {
    background: url('/images/b-ico-copy.png') no-repeat right center;
    display: inline-block;
    margin: 0px;
    width: 13px;
    height: 11px;
    cursor: pointer;
}

.b-ico-folder {
    background: url('/images/b-ico-folder.png') no-repeat left center;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 12px;
}

.b-ico-search {
    background: url('/images/b-ico-search.png') no-repeat left center;
    display: inline-block;
    margin: 0 5px;
    width: 14px;
    height: 13px;
}

.link-down:after,
.link-up:after {
    background-image: url('/images/link-sprite.png');
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 4px;
    margin-left: 3px;
}

.link-down:after {
    background-position: left top;
}

.link-up:after {
    background-position: left bottom;
}

.b-ico-up,
.b-ico-down {
    background-image: url("/images/b-ico-hidden-sprite.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 5px;
    display: inline-block;
    margin-left: 3px;
}

.b-ico-up {
    background-position: left bottom;
}

.b-ico-down {
    background-position: left top;
}

/*Copyright*/
.b-copyright {
    /*border-top:3px double #a4abbc;*/
    padding-bottom: 5px;
}

.b-copyright p {
    color: #969696;
    padding: 0px 0 6px 0;
}

.b-copyright a {
    color: #969696;
}

/* end Copyright*/

/* Margin and padding */
.h-m_l5 {
    margin-left: 5px;
}

.h-m_l7 {
    margin-left: 7px;
}

.h-m_b5 {
    margin-bottom: 5px;
}

.h-m_b7 {
    margin-bottom: 7px;
}

.h-m_b8 {
    margin-bottom: 8px;
}

.h-m_b10 {
    margin-bottom: 10px;
}

.h-m_b15 {
    margin-bottom: 15px;
}

.h-m_l20 {
    margin-left: 20px;
}

.h-m_r20 {
    margin-right: 20px;
}

/* end Margin and padding */

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.b-left {
    float: left;
}

.b-right {
    float: right;
}

.b-overflow-h {
    overflow: hidden;
}

.d_ib {
    display: inline-block;
}

/*Font styles*/
.f-center {
    text-align: center !important;
}

.f-right {
    text-align: right !important;
}

.f-left {
    text-align: left !important;
}

.f-bold {
    font-weight: bold;
}

.f-normal {
    font-weight: normal;
}

.f-green-bold,
.f-green-bold * {
    color: #039000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.f-light-grey {
    color: #969696;
}

.f-grey,
.f-grey * {
    color: #8e8e8e;
}

.f-mandarin {
    color: #EA7500;
}

.f-dark-grey,
.f-dark-grey * {
    color: #636363;
}

.f-green {
    color: #039000;
}

.f-damn-gray {
    color: #646464;
}

.f-white {
    color: #fff;
}

.none {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.f-size14 {
    font-size: 14px;
}

/*Fancybox messages design*/
.fancybox-wrap-popup {
    background: #fff;
    border: 1px solid #516ca8;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
}

.fancybox-item:hover {
    cursor: pointer;
}

.b-subtask-tree {
    white-space: normal !important;
    overflow: hidden;
}

.b-subtask-tree-title {
    background: #7993ca; /* Old browsers */
    background: -moz-linear-gradient(top, #7993ca 0%, #516ca8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7993ca), color-stop(100%, #516ca8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7993ca 0%, #516ca8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7993ca 0%, #516ca8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7993ca 0%, #516ca8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7993ca 0%, #516ca8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7993ca', endColorstr='#516ca8', GradientType=0); /* IE6-9 */
    padding: 2px 5px;
}

.b-subtask-tree-inner {
    padding: 10px;
}

/*end Fancybox messages design*/

.b-orange-msg {
    background: #fec300;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 13px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.f-bright-red {
    color: #fc2929;
}

.f-bright-green {
    color: #4e9f00;
}

.f-bright-blue {
    color: #235cd3;
}

.pointer {
    cursor: pointer;
}

.b-notifications_block {
    left: 2px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 2px;
    white-space: nowrap;
    width: 96%;
    text-align: right;
}

.b-notification_label {
    background-color: #d10e0e;

    padding: 0px 6px;
    font: bold 12px Arial, Tahoma, Verdana, sans-serif;
    color: white;
    border-radius: 7px;
}

.main_content_wrap {
    min-height: 600px;
}

.not_read td {
    font-weight: bold;
}

.sub_menu {
    position: fixed;
    z-index: 2;
}

.sub_menu li {
    width: 100%;
    background: #4e71b9;
    border-top: 1px solid white;
}

.sub_menu li:first-child, .sub_menu li:last-child {
    border-radius: 0;
}

.sub_menu li:hover, .sub_menu li.active {
    background: rgba(0, 0, 0, 0) url("/images/b-top-menu-sprite.png") repeat-x scroll left top;
    background-position: 0 -48px !important;
}

.sub_menu li a {
    color: white !important;
    text-shadow: none !important;
}

.sub_menu li:hover a, .sub_menu li.active a {
    color: #284386 !important;
    text-shadow: 1px 2px 2px #ffffff !important;
}

.notifications_other_user_alert {
    margin: -8px 0 20px 0;
    text-align: center;
    font-size: 16px;
}

.notifications_other_user_alert img.attention {
    margin: 0 10px;
    position: relative;
    top: 7px;
}

.v-middle {
    vertical-align: middle !important;
}

.notification_action {
    padding: 0 6px;
}

.notification_message_outer, .mailbox_message_outer {
    max-height: 200px;
    overflow-y: hidden;
    max-width: 650px;
    overflow-x: auto;

}

.notification_message_wrap, .mailbox_message_wrap {
    max-width: 650px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.range_time {
    margin-left: 5px;
    padding-top: 10px;
    position: absolute;
}

.b-ico-insert_from_clipbiard {
    background: url('/images/insert_from_clipboard.png') no-repeat right center;
    display: inline-block;
    margin: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.b-ico-save_files {
    background: url('/images/save_file.png') no-repeat right center;
    display: inline-block;
    margin: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.b-ico-save_files_loading {
    background: url('/images/preloader_16.gif') no-repeat right center;
    display: inline-block;
    margin: 0px;
    width: 16px;
    height: 16px;
}

.comment_quote {
    border: 1px solid #d5d5d5;
    margin: 7px 0 2px;
    padding: 4px 7px;
}

.comment_quote.even {
    background-color: #fafafa;
}

.comment_quote.odd {
    background-color: #fff;
}

.files_count_block {
    background: url('/images/icon-clip.png') no-repeat left center;
    display: inline-block;
    padding-left: 11px;
}

.files_count_block > .files_count_val {
    position: relative;
    color: gray;
    font-size: 10px;
}

.inline-block {
    display: inline-block;
}

.seap_buttons {
    position: absolute;
    top: 5px;
    margin-left: 20px;
}

.seap_buttons .tech_features_from_seap {
    padding-left: 10px;
}

.b-moderate-comment {
    border: 1px solid #d9b6a2 !important;
}

.b-moderate-comment td.tbl-comment_name, .b-moderate-comment .tbl-comment_date_time td {
    background-color: #fff0df;
}

.b-moderate-comment td.tbl-comment_text {
    background-color: #fafafa;
}

.notifications-manage_supertasks-icon {
    margin-top: 5px;
}

.s-notifications_result_table .b-task-id_status {
    padding-top: 3px;
}

.non_moderated_comment {
    background-color: orange !important;
}

.green {
    color: green;
}

.yellow {
    color: #ea7500;
}

.mtop_10px {
    margin-top: 10px;
}

.on_remote_hl {
    background-color: #ecdbfc !important;
}

.emails_attachments_cell td {
    border-width: 0px !important;
}

.emails_attachments_cell div {
    max-width: 200px;
    overflow-x: auto;
}

.emails_from_cell {
    max-width: 140px;
    overflow-x: auto;
}

.filter_range_cell {
    max-width: 115px;
    overflow-x: auto;
}

.filter_opened_cell {
    max-width: 45px;
    overflow-x: auto;
}

.tbl-comment_author {
    width: 220px;
}

.tbl-comment_controls {
    width: 182px;
}

.tbl-comment_date_time {
    font-weight: normal;
}

td .system_text_wrap {
    font-weight: normal;
    font-style: normal;
    padding-top: 5px;
}

table.s-notifications_result_table td .notification_message_wrap {
    -padding: 5px 30px;
    padding: 5px 0px;
}

table.s-notifications_result_table td .notification_message_wrap {
    -font-style: italic;
}

table.s-notifications_result_table td .system_text_wrap {
    -margin-left: -30px;
}


#tooltip {
    font-family: Ubuntu, sans-serif;
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    padding: 15px;
}

.icon_question_18 {
    background-image: url("/images/icon_question_18.png");
    width: 18px;
    height: 18px;
    position: absolute;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba(0, 0, 0, .7);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip b {
    color: white;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba(0, 0, 0, .6);
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.query_str_hl_found {
    color: #039000;
    background: #fff5b2;
    display: inline-block;
}

.js_comment_open {
    background-image: url(/images/icon_show_more.svg);
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50px;
    cursor: pointer;
}

.js_comment_hid > .quote_title, .js_comment_hid > .qoute_text {
    display: none;
}


/*smiles*/
.b-messages-wrap .emoji {
    transform: translateY(6px);
}

.js-add_smile_to_comment, .js-add_smile_to_task {
    cursor: pointer;
}

.emoji__wrap {
    float: right;
    vertical-align: middle;
    transform: translateY(3px);
    display: inline-block;
    margin-right: 6px;
}

.emoji__wrap .emoji {
    transform: scale(.9);
    margin-right: -6px;
}

.emoji__wrap_task {
    transform: translateX(26px);
    position: absolute;
    margin-left: 24px;
}

.emoji__wrap_task .emoji {
    transform: scale(0.8);
    margin-right: -7px;
}

.emoji {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;

}

.emoji span {
    display: inline-block;
    width: 20px;
    will-change: transform;
    transform-origin: left top;
}

@-webkit-keyframes SpriteComponentAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes SpriteComponentAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }
}


.loudlycrying span {
    height: 1420px;
    background-image: url('/images/smiles/loudlycrying.png');
    background-size: 20px 1420px;
    transform: translate3d(0px, -1420px, 0px);
    animation: 2.95833s steps(71) 0s infinite normal none running SpriteComponentAnimation;
}

.sad span {
    height: 1260px;
    background-image: url('/images/smiles/sad.png');
    background-size: 20px 1260px;
    transform: translate3d(0px, -1260px, 0px);
    animation: 2.625s steps(63) 0s infinite normal none running SpriteComponentAnimation;
}

.smile span {
    height: 1060px;
    background-image: url('/images/smiles/smile.png');
    background-size: 20px 1060px;
    transform: translate3d(0px, -1060px, 0px);
    animation: 2.20833s steps(53) 0s infinite normal none running SpriteComponentAnimation;
}

.xd span {
    height: 500px;
    background-image: url('/images/smiles/xd.png');
    background-size: 20px 500px;
    transform: translate3d(0px, -500px, 0px);
    animation: 1.04167s steps(25) 0s infinite normal none running SpriteComponentAnimation;
}

.oo span {
    height: 1360px;
    background-image: url("/images/smiles/oo.png");
    background-size: 20px 1360px;
    transform: translate3d(0px, -1360px, 0px);
    animation: 2.83333s steps(68) 0s infinite normal none running SpriteComponentAnimation;
}

.like span {
    height: 1100px;
    background-image: url("/images/smiles/like.png");
    background-size: 20px 1100px;
    transform: translate3d(0px, -1100px, 0px);
    animation: 2.29167s steps(55) 0s infinite normal none running SpriteComponentAnimation;
}

.bow span {
    height: 1200px;
    background-image: url("/images/smiles/bow.png");
    background-size: 20px 1200px;
    transform: translate3d(0px, -1200px, 0px);
    animation: 2.5s steps(60) 0s infinite normal none running SpriteComponentAnimation;
}

.facepalm span {
    height: 1540px;
    background-image: url("/images/smiles/facepalm.png");
    background-size: 20px 1540px;
    transform: translate3d(0px, -1540px, 0px);
    animation: 3.20833s steps(77) 0s infinite normal none running SpriteComponentAnimation;
}

/*smiles*/

#preloader {
    display: none;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 17;
    background-color: rgb(128 128 128 / 65%);
}


.draggable {
    touch-action: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
}

.timeline__wrap {
    border-radius: 8px;
    overflow: hidden;
    background: white;
    border: 1px solid #838fae;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
}

.timeline.vertical .timeline__wrap {
    padding: 5px 0;
    width: 120px;
}

.timeline__action {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #838fae;
    width: 20px;
    height: 50px;
}


.timeline__btn, .timeline_task__btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}


.timeline__icon {
    width: 40px;
    filter: invert(32%) sepia(95%) saturate(1180%) hue-rotate(87deg) brightness(94%) contrast(105%);
    transition: transform .2s;
}

.timeline.vertical .timeline__btn {
    flex-shrink: 0;
    margin-right: 5px;
}
.timeline.vertical .timeline__btn .timeline__icon {
    width: 22px;
    height: 23px;
}
.timeline.vertical .timeline__arrow {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}
.timeline.vertical .timeline_task__btn .timeline__icon {
    width: 50px;
}
.timeline.vertical .timeline_task__btn {
    width: 100%;
    text-align: center;
}
.timeline.vertical .timeline_task__btn.bordered {
    margin-bottom: 5px !important;
    border-bottom: 1px solid #838fae;
}

.timeline__icon:hover {
    transform: scale(1.1);
}

.timeline__id {
    font-size: 22px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.timeline__id > a {
    text-decoration: none;
    /*padding-left: 34px;*/
}

.timeline__time {
    font-size: 26px;
    font-weight: 600;
}

.timeline.vertical .timeline__time {
    font-size: 22px;
}

.timeline__text {
    font-size: 12px;
    width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -display: -moz-box;
    -display: -webkit-box;
    --webkit-line-clamp: 1;
    --webkit-box-orient: vertical;
    -line-clamp: 1;
    -box-orient: vertical;
    white-space: nowrap;
    display: block;
    color: #000;
    padding: 0;
}

.timeline.vertical .timeline__text {
    width: 104px;
    text-align: center;
}

.timeline__item {
    margin-right: 16px;
}

.timeline.vertical .timeline__item {
    margin-right: 0;
    margin-bottom: 8px;
}

.timeline__item:last-child {
    margin-right: 5px;
}
.timeline__item:first-child {
    margin-left: 5px;
}
.timeline.vertical .timeline__item:first-child {
    margin-left: 0px;
    margin-bottom: 0px;
}

.timeline__item:last-child {
    margin-left: 5px;
    margin-bottom: 0;
}
.timeline.vertical .timeline__item:last-child {
    margin-left: 0;
    margin-bottom: 0;
}
.timeline.vertical .timeline__item.timeline__text_project {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hidden {
    display: none !important;
}


.timeline .list .list__wrap {
    padding: 5px;
}
.timeline .list .list__item {
    padding: 5px;
    display: flex;
    align-items: center;
}
.timeline .list .list__text {
  color: #000;
    font-size: 12px;
}
.timeline .list .list__icon {
    width: 20px;
    height: 21px;
}


div.selectbtn {
  display : inline-block;
  background-color : #f9f9f9;
  border : 1px solid rgba(0, 0, 0, .2);
  padding : 3px 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  cursor: pointer;
}
div.selectbtn.selected {
  background-color : rgba(255, 236, 166, 0.5);
}

.nt_content_ctl_on_hover {
    display: flex;
}
.s-notifications_result_table .nt_message_content .notification_message_outer{
    padding-bottom: 10px;
}
.nt_message_content  {
    position: relative;
    background-clip: padding-box;
}
.nt_message_content a, .nt_message_content div {
    padding-right: 10px;
    word-break: break-word;
}
.nt_message_content a:last-child, .nt_message_content div:last-child {
    padding-right: 0;
}
.nt_message_content .nt_content_ctl_on_hover {
    position: absolute;
    bottom: 6px;
    right: 24px;
    z-index: -999; visibility: hidden;
    opacity: 1;
    transition: opacity 0.3s;
    background: #fff;
}
.nt_message_content:hover .nt_content_ctl_on_hover {
    z-index: 1;
    visibility: visible;
    opacity: 1;

}

.delay_to_submenu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: max-content;
}
.delay_to_submenu ul {
    display: flex;
    background: #fff;
    padding: 6px 3px;
}
.delay_to_submenu ul li {
    list-style-type: none;
    flex-shrink: 0;
    padding-right: 10px;
}
.delay_to_submenu ul li:last-child {
    padding-right: 0;
}
.js-notification_action_fast_delay_to {
    position: relative;
}
.js-notification_action_fast_delay_to:hover .delay_to_submenu {
    display: block;
}
div.js-notification_action_fast_delay_to span {
    text-decoration: underline;
    cursor: pointer;
    color: #284386;
}
div.js-notification_action_fast_delay_to span:hover {
    color: #3e6bee;
}
.b-task-close div.js-notification_action_fast_delay_to span, .b-task-close div.js-notification_action_fast_delay_to span:hover {
    color: #9f9f9f;
}





.remind_submenu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: max-content;
}
.remind_submenu ul {
    display: flex;
    background: #fff;
    padding: 6px 3px;
}
.remind_submenu ul li {
    list-style-type: none;
    flex-shrink: 0;
    padding-right: 10px;
}
.remind_submenu ul li:last-child {
    padding-right: 0;
}
.js-notification_action_fast_remind {
    position: relative;
}
.js-notification_action_fast_remind:hover .remind_submenu {
    display: block;
}
div.js-notification_action_fast_remind span {
    text-decoration: underline;
    cursor: pointer;
    color: #284386;
}
div.js-notification_action_fast_remind span.active {
    color: #00b800 !important;
}
.remind_submenu ul li a.active {
    color: #00b800;
}
div.js-notification_action_fast_remind span:hover {
    color: #3e6bee;
}
.b-task-close div.js-notification_action_fast_remind span, .b-task-close div.js-notification_action_fast_remind span:hover {
    color: #9f9f9f;
}





.bb_hl_color_yellow {
    background-color: #faf6c5 !important;
}
.bb_hl_color_orange {
    background-color: #fff0df !important;
}
.bb_hl_color_green {
    background-color: #c8f7c8 !important;
}
.bb_hl_color_blue {
    background-color: #dae9f6 !important;
}
.bb_hl_color_border_red {
    border: 2px solid #ee0a0a !important;
}
.bb_hl_color_border_orange {
    border: 2px solid #fea100 !important;
}


.field{
    position: relative;
    display:inline-block;
    width: 100%;
}

.field label {
    pointer-events: none;
    padding-left: 5px;
    font-size: 10px;
    color: black;
    line-height: .8;
    font-family: arial;
    /*background-color: white;*/
}


.notif_tbl_deadline_date span.f-grey {
    color: black;
}
.js-notification_action_fast_remind .remind_submenu li a.js-notification_action_fast_remind_date {
    text-align: center;
    display: block;
}

.deadline_error {
    color: #d80909;
}