@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto:regular,medium,thin,bold);
.buttonBg {
    background: #fff
}

.gantt_task_line.gantt_critical_task {
    background-color: #ff5252;
    border: 1px solid #ff5252
}

.gantt_task_line.gantt_critical_task .gantt_task_progress {
    background-color: rgba(0, 0, 0, .15)
}

.gantt_task_line.gantt_critical_task.gantt_milestone,
.gantt_task_line.gantt_critical_task.gantt_project {
    border-color: #ff5252
}

.gantt_links_area .gantt_task_link:hover .gantt_line_wrapper div {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2)
}

.gantt_links_area .gantt_task_link:hover .gantt_link_arrow_left:before,
.gantt_links_area .gantt_task_link:hover .gantt_link_arrow_right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid;
    transform-origin: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2)
}

.gantt_links_area .gantt_task_link:hover .gantt_link_arrow_right:before {
    border-color: transparent transparent #87a4bc #87a4bc;
    transform: skewY(-40deg);
    top: -3px;
    left: -7px
}

.gantt_links_area .gantt_task_link:hover .gantt_link_arrow_left:before {
    border-color: transparent #87a4bc #87a4bc transparent;
    transform: skewY(40deg);
    top: -3px;
    left: 1px
}

.gantt_task_link.gantt_critical_link:hover .gantt_line_wrapper div {
    box-shadow: 0 2px 4px 0 rgba(255, 82, 82, .2)
}

.gantt_task_link.gantt_critical_link:hover .gantt_link_arrow_left:before,
.gantt_task_link.gantt_critical_link:hover .gantt_link_arrow_right:before {
    border-color: transparent;
    box-shadow: 0 2px 3px 0 rgba(255, 82, 82, .4), 0 1px 1px 0 rgba(255, 82, 82, .25)
}

.gridHoverStyle,
.gridSelection,
.timelineSelection {
    background-color: rgba(0, 199, 181, .2)
}

.gantt_layout_cell.grid_cell {
    border-right: none
}

.gantt_grid .gantt_grid_scale,
.gantt_grid .gantt_row {
    border-right: 1px solid #d7d7d7
}

.gantt_grid .gantt_grid_scale .gantt_grid_head_cell.gantt_grid_head_text {
    text-align: left;
    padding-left: 15px
}

.gantt_grid .gantt_grid_scale .gantt_grid_head_cell {
    color: rgba(0, 0, 0, .54);
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.gantt_grid .gantt_grid_scale .gantt_grid_column_resize_wrap {
    opacity: 0
}

.gantt_grid .gantt_grid_scale:hover .gantt_grid_column_resize_wrap {
    opacity: 1
}

div.gantt_grid_scale:after,
div.gantt_scale_line:last-child:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: transparent;
    position: absolute;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 2px 3px 0 rgba(0, 0, 0, .1);
    z-index: 1
}

div.gantt_scale_line:last-child:after {
    bottom: -1px
}

.gantt_grid_data .gantt_cell {
    border-right: none;
    border-left: none;
    color: rgba(0, 0, 0, .8);
    font-weight: 400
}

.gantt_data_area .gantt_task_row:last-child,
.gantt_grid_data .gantt_row:last-child {
    border-bottom: 1px solid #d7d7d7
}

.gantt_task_line:hover .gantt_link_control div,
.gantt_task_line:hover .gantt_task_drag,
.gantt_task_line:hover .gantt_task_progress_drag {
    animation: a .15s
}

.gantt_task_line.gantt_drag_animation .gantt_link_control div,
.gantt_task_line.gantt_drag_animation .gantt_task_drag,
.gantt_task_line.gantt_drag_animation .gantt_task_progress_drag,
.gantt_task_line.gantt_drag_move .gantt_link_control div,
.gantt_task_line.gantt_drag_move .gantt_task_drag,
.gantt_task_line.gantt_drag_move .gantt_task_progress_drag,
.gantt_task_line.gantt_drag_progress .gantt_link_control div,
.gantt_task_line.gantt_drag_progress .gantt_task_drag,
.gantt_task_line.gantt_drag_progress .gantt_task_progress_drag,
.gantt_task_line.gantt_drag_resize .gantt_link_control div,
.gantt_task_line.gantt_drag_resize .gantt_task_drag,
.gantt_task_line.gantt_drag_resize .gantt_task_progress_drag {
    animation: a 0
}

.gantt_task_line.gantt_selected .gantt_link_control div,
.gantt_task_line.gantt_selected .gantt_task_drag,
.gantt_task_line.gantt_selected .gantt_task_progress_drag,
.gantt_task_line.gantt_selected:hover .gantt_link_control div,
.gantt_task_line.gantt_selected:hover .gantt_task_drag,
.gantt_task_line.gantt_selected:hover .gantt_task_progress_drag {
    animation: none
}

.gantt_grid_data .gantt_row,
.gantt_grid_data .gantt_row.odd {
    transition: background .15s
}

.gantt_grid_column_resize_wrap {
    transition: opacity .15s
}

.gantt_link_line_down,
.gantt_link_line_left,
.gantt_link_line_right,
.gantt_link_line_up {
    transition: box-shadow .15s
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.gantt_task_link .gantt_link_arrow_right {
    border-width: 6px 7px;
    margin-left: -2px;
    margin-top: -3px
}

.gantt_task_link .gantt_link_arrow_left {
    border-width: 6px 7px;
    margin-left: -6px;
    margin-top: -3px
}

.gantt_task_link .gantt_link_arrow_down,
.gantt_task_link .gantt_link_arrow_up {
    border-width: 6px
}

.gantt_task_line.gantt_milestone {
    margin-top: -1px
}

.gantt_task_line.gantt_milestone .gantt_link_control.task_left {
    left: -21px
}

.gantt_task_line.gantt_milestone .gantt_link_control.task_right {
    right: -19px
}

.gantt_task_line.gantt_milestone .gantt_side_content {
    color: rgba(0, 0, 0, .8)
}

.gantt_task_line.gantt_milestone .gantt_side_content.gantt_right {
    margin-left: 3px
}

.gantt_task_line.gantt_milestone .gantt_side_content.gantt_left {
    margin-right: 3px
}

.gantt_task_line.gantt_milestone .gantt_task_content {
    padding: 0
}

.gantt_task_line {
    font-weight: 500
}

.gantt_task_line .gantt_task_drag {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2NkQAOMIP6vX7/+g2g2NjZG7ALIugAfzQgFD7inoAAAAABJRU5ErkJggg==);
    opacity: .95
}

.gantt_task_line .gantt_task_drag.task_left {
    left: 9px
}

.gantt_task_line .gantt_task_drag.task_right {
    right: 9px
}

.gantt_task_line .gantt_link_point {
    border: 2px solid;
    border-color: inherit;
    height: 15px;
    background-color: #fafafa;
    width: 15px;
    border-radius: 100%;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.gantt_task_line .gantt_link_control {
    top: -1px;
    border-color: inherit
}

.gantt_task_line .gantt_link_control.task_left {
    left: -17px
}

.gantt_task_line .gantt_link_control.task_right {
    right: -15px
}

.chartHeaderBg {
    background-color: #fff
}

.gantt_task .gantt_task_scale .gantt_scale_cell {
    color: rgba(0, 0, 0, .54);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.gantt_row.gantt_project {
    background-color: #edfffb
}

.gantt_task_row.gantt_project {
    background-color: #f5fffc
}

.gantt_task_line.gantt_project {
    background-color: #1de9b6;
    border-color: #16e1ae
}

.gantt_task_line.gantt_project .gantt_task_content {
    color: rgba(0, 0, 0, .6);
    font-weight: 500
}

.gantt_task_content {
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 17px
}

div.gantt_cal_light {
    border: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1);
    width: 500px;
    padding: 25px
}

div.gantt_cal_light .gantt_cal_ltitle {
    text-overflow: ellipsis;
    font-size: 16px;
    margin: -15px 0 0;
    padding: 16px 5px 9px 7px;
    color: rgba(0, 0, 0, .8)
}

div.gantt_cal_light .gantt_cal_ltitle .gantt_mark {
    display: none
}

div.gantt_cal_light .gantt_cal_ltitle .gantt_time {
    font-weight: 500
}

div.gantt_cal_light .gantt_cal_ltitle .gantt_title {
    font-weight: 400
}

div.gantt_cal_light .gantt_cal_ltext {
    padding: 7px
}

div.gantt_cal_light .gantt_cal_ltext textarea {
    padding: 6px 8px
}

div.gantt_cal_light .gantt_cal_ltext:focus,
div.gantt_cal_light .gantt_cal_ltext textarea:focus {
    outline-color: rgba(68, 138, 255, .9);
    box-shadow: none
}

div.gantt_cal_light .gantt_cal_lsection {
    padding: 12px 0 5px 7px;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-weight: 500
}

div.gantt_cal_light .gantt_cal_larea {
    border: 0;
    padding: 2px 0 0;
    color: rgba(0, 0, 0, .8)
}

div.gantt_cal_light .gantt_section_time {
    padding: 10px 7px
}

div.gantt_cal_light .gantt_section_time:focus {
    outline-color: rgba(68, 138, 255, .9);
    box-shadow: none
}

div.gantt_cal_light .gantt_btn_set {
    margin: 10px 7px;
    text-transform: uppercase;
    height: 32px;
    padding: 7px 15px
}

div.gantt_cal_light .gantt_section_time select,
div.gantt_cal_light select {
    height: 30px
}

div.gantt_cal_light select:focus {
    outline-color: rgba(68, 138, 255, .9);
    box-shadow: none
}

.gantt_popup_button {
    float: right;
    text-transform: uppercase;
    font-weight: 500
}

.gantt_cal_quick_info .gantt_qi_big_icon {
    font-weight: 500;
    height: 32px;
    text-transform: uppercase
}

.gantt_cal_quick_info .gantt_qi_big_icon div {
    padding-top: 1px
}

.gantt_cal_light .gantt_btn_set.gantt_cancel_btn_set {
    background: #fff;
    color: #116aff
}

.gantt_cal_light .gantt_btn_set.gantt_cancel_btn_set .gantt_cancel_btn {
    display: none
}

.gantt_popup_button.gantt_cancel_button {
    color: #116aff
}

.gantt_cal_light .gantt_btn_set.gantt_cancel_btn_set:hover,
.gantt_popup_button.gantt_cancel_button:hover {
    background: rgba(17, 106, 255, .25);
    color: #005cf7
}

.gantt_cal_light .gantt_btn_set.gantt_cancel_btn_set:focus,
.gantt_popup_button.gantt_cancel_button:focus {
    background: rgba(17, 106, 255, .35);
    color: #0053dd;
    outline: none;
    box-shadow: none
}

.gantt_cal_light .gantt_btn_set.gantt_delete_btn_set {
    background: #fff;
    color: #ff584c
}

.gantt_cal_light .gantt_btn_set.gantt_delete_btn_set .gantt_delete_btn {
    display: none
}

.gantt_qi_big_icon.icon_delete {
    background: #fff;
    color: #ff584c
}

.gantt_qi_big_icon.icon_delete .gantt_menu_icon {
    display: none
}

.gantt_cal_light .gantt_btn_set.gantt_delete_btn_set:hover,
.gantt_qi_big_icon.icon_delete:hover {
    background: rgba(255, 88, 76, .25)
}

.gantt_cal_light .gantt_btn_set.gantt_delete_btn_set:focus,
.gantt_qi_big_icon.icon_delete:focus {
    background: rgba(255, 88, 76, .35);
    color: #ff4032;
    outline: none;
    box-shadow: none
}

.gantt_cal_light .gantt_btn_set.gantt_save_btn_set .gantt_save_btn,
.gantt_qi_big_icon.icon_edit .gantt_menu_icon {
    display: none
}

.gantt_cal_light .gantt_btn_set.gantt_save_btn_set,
.gantt_popup_button.gantt_ok_button,
.gantt_qi_big_icon.icon_edit {
    background-color: #448aff;
    color: #fff
}

.gantt_cal_light .gantt_btn_set.gantt_save_btn_set:hover,
.gantt_popup_button.gantt_ok_button:hover,
.gantt_qi_big_icon.icon_edit:hover {
    background-color: #005cf6
}

.gantt_cal_light .gantt_btn_set.gantt_save_btn_set:focus,
.gantt_popup_button.gantt_ok_button:focus,
.gantt_qi_big_icon.icon_edit:focus {
    background-color: #005cf6;
    outline: none;
    box-shadow: none
}

.gantt_duration {
    color: rgba(0, 0, 0, .54);
    font-weight: 500
}

.gantt_duration .gantt_duration_dec {
    color: transparent
}

.gantt_duration .gantt_duration_inc {
    color: transparent;
    margin-right: 2px
}

div.gantt_duration .gantt_duration_dec {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAM0lEQVQ4T2NkoBAwUqifYdQABiqFgcaMDf/JiY0bGQGM4Fig2ABybIfpGU0H1EoHlMQCAIgYCBGYGr9NAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%
}

div.gantt_duration .gantt_duration_inc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAO0lEQVQ4T2NkoBAw4tOvMWPDf5D8jYwAnOpGDWBgoE4YwEKb1BgFxQ7YBRQbgMvm0XSACNyBywvEpAsA12c4ER3FU64AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 50%
}

.gantt_task_line.gantt_milestone {
    border-radius: 2px
}

.gantt-info.dhtmlx-error,
.gantt-info.dhtmlx-info {
    border-radius: 2px;
    border-width: 0;
    width: 237px
}

.gantt-info.dhtmlx-error div,
.gantt-info.dhtmlx-info div {
    border: 0;
    padding: 11px
}

.gantt_cal_quick_info {
    padding: 15px 25px;
    min-width: 210px;
    max-width: 400px;
    font-size: 16px
}

.gantt_cal_quick_info .gantt_cal_qi_title {
    padding: 5px 0 10px;
    border-bottom: 0
}

.gantt_cal_quick_info .gantt_cal_qi_title .gantt_cal_qi_tcontent {
    display: none
}

.gantt_cal_quick_info .gantt_cal_qi_title .gantt_cal_qi_tdate {
    font-size: 16px;
    font-weight: 500
}

.gantt_cal_quick_info .gantt_cal_qi_content {
    padding: 8px 0;
    font-size: 14px;
    text-overflow: ellipsis
}

.gantt_cal_quick_info .gantt_cal_qi_controls {
    padding: 5px 0 0;
    float: right
}

.gantt_tooltip {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 0;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden
}

.gantt_modal_box,
.gantt_tooltip {
    color: rgba(0, 0, 0, .8);
    max-width: 400px;
    text-overflow: ellipsis
}

.gantt_modal_box {
    padding: 15px 25px
}

.gantt_modal_box .gantt_popup_text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 1px 0;
    margin: 0
}

.gantt_modal_box .gantt_popup_title {
    background-color: #fff;
    margin: 0;
    padding: 4px 0 14px;
    text-align: left;
    font-weight: 500
}

.gantt_tree_icon.gantt_file,
.gantt_tree_icon.gantt_folder_closed,
.gantt_tree_icon.gantt_folder_open {
    display: none
}

.gantt_popup_shadow {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1)
}

.gantt_task_line .gantt_side_content {
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

div.gantt_drag_marker {
    z-index: 3
}

div.gantt_drag_marker .gantt_link_tooltip {
    font-size: 14px;
    font-family: Roboto;
    border-width: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1)
}

.gantt_container {
    background-color: #fff;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    position: relative;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden
}

.gantt_task_scroll {
    overflow-x: scroll
}

.gantt_grid,
.gantt_task {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    vertical-align: top
}

.gantt_grid_scale,
.gantt_task_scale {
    color: rgba(31, 31, 31, .8);
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box
}

.gantt_grid_scale,
.gantt_task_scale,
.gantt_task_vscroll {
    background-color: #fff
}

.gantt_scale_line {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #d7d7d7
}

.gantt_scale_line:first-child {
    border-top: none
}

.gantt_grid_head_cell {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    position: relative;
    cursor: default;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 35px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden
}

.gantt_scale_line {
    clear: both
}

.gantt_grid_data {
    width: 100%;
    overflow: hidden;
    position: relative
}

.gantt_row {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none
}

.gantt_add,
.gantt_grid_head_add {
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAO0lEQVQ4T2NkoBAw4tMvuGHWf5D8+4A0nOpGDWBgoE4YwEKb1BgFxQ7YBRQbgMvm0XSACNyBywvEpAsAxlc4EbYmh6oAAAAASUVORK5CYII=);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    -moz-opacity: .6;
    opacity: .6
}

.gantt_grid_head_cell.gantt_grid_head_add {
    -moz-opacity: .6;
    opacity: .6;
    top: 0
}

.gantt_grid_head_cell.gantt_grid_head_add:hover {
    -moz-opacity: 1;
    opacity: 1
}

.gantt_grid_data .gantt_row.odd:hover,
.gantt_grid_data .gantt_row:hover {
    background-color: rgba(0, 199, 181, .2)
}

.gantt_grid_data .gantt_row.odd:hover .gantt_add,
.gantt_grid_data .gantt_row:hover .gantt_add {
    -moz-opacity: 1;
    opacity: 1
}

.gantt_row,
.gantt_task_row {
    border-bottom: 0;
    background-color: #fff
}

.gantt_row.odd,
.gantt_task_row.odd {
    background-color: #fff
}

.gantt_cell,
.gantt_grid_head_cell,
.gantt_row,
.gantt_scale_cell,
.gantt_task_cell,
.gantt_task_row {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.gantt_grid_head_cell,
.gantt_scale_cell {
    line-height: inherit
}

.gantt_grid_scale .gantt_grid_column_resize_wrap {
    cursor: col-resize;
    position: absolute;
    width: 13px;
    margin-left: -7px
}

.gantt_grid_column_resize_wrap .gantt_grid_column_resize {
    background-color: #d7d7d7;
    height: 100%;
    width: 1px;
    margin: 0 auto
}

.gantt_drag_marker.gantt_grid_resize_area {
    background-color: hsla(0, 0%, 91%, .5);
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

.gantt_cell {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #d7d7d7;
    padding-left: 6px;
    padding-right: 6px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500
}

.gantt_grid_data .gantt_last_cell,
.gantt_grid_scale .gantt_last_cell,
.gantt_task .gantt_task_scale .gantt_scale_cell.gantt_last_cell,
.gantt_task_bg .gantt_last_cell {
    border-right-width: 0
}

.gantt_task .gantt_task_scale .gantt_scale_cell.gantt_last_cell {
    border-right-width: 1px
}

.gantt_task_bg {
    overflow: hidden
}

.gantt_scale_cell {
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.gantt_scale_cell,
.gantt_task_cell {
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    height: 100%
}

.gantt_layout_cell.gantt_ver_scroll {
    width: 0;
    background-color: transparent;
    height: 1px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    z-index: 1
}

.gantt_ver_scroll>div {
    width: 1px;
    height: 1px
}

.gantt_hor_scroll {
    height: 0;
    background-color: transparent;
    width: 100%;
    clear: both;
    overflow-x: scroll;
    overflow-y: hidden
}

.gantt_layout_cell .gantt_hor_scroll {
    position: absolute
}

.gantt_hor_scroll>div {
    width: 5000px;
    height: 1px
}

.gantt_tree_indent {
    width: 15px;
    height: 100%;
    display: inline-block
}

.gantt_tree_content,
.gantt_tree_icon {
    vertical-align: top
}

.gantt_tree_icon {
    width: 28px;
    background-repeat: no-repeat;
    background-position: 50%
}

.gantt_tree_content,
.gantt_tree_icon {
    height: 100%;
    display: inline-block
}

.gantt_tree_icon.gantt_open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAuUAAALlAF37bb0AAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAH/SURBVHgBAO8BEP4B////AAAAAAB1dXWV2NjYa+7u7gAJCQkA////AAAAAAAAAAAAvb29AAAAAAACAAAAAAAAAAAGBgZqKysrvREREQD7+/sACAgIAAgICAAICAgAAAAAAAAAAAACAAAAAAAAAAD6+vr1BAQEQisrK8YQEBAA9vb2AP39/QD9/f0AAAAAAAAAAAACAAAAAAAAAAABAQEA+fn5AAUFBTkqKirWCAgIBPLy8gD5+fkAAAAAAAAAAAACAAAAAAAAAAAAAAAAAQEBAPn5+QADAwMpMjIy3xkZGRsEBAQAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAEBAQD4+PgABQUFHCQkJKoVFRUwAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAP///wAICAgA+/v76N3d3Vvx8fHgAAAAAAAAAAAEAAAAAAAAAAAAAAAA////AAcHBwD9/f3b0dHRLfDw8PkGBgYAAAAAAAAAAAAEAAAAAAAAAAD///8ABwcHAPv7+8vY2Ng29/f3AA4ODgAAAAAAAAAAAAAAAAACAAAAAAAAAAAGBgYL+/v7w9LS0jbu7u4ACAgIAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAD4+Pia2traPvj4+AAMDAwA////AAAAAAAAAAAAAAAAAAAAAAABAAD//z9HdQMRW/QpAAAAAElFTkSuQmCC);
    width: 18px;
    cursor: pointer
}

.gantt_tree_icon.gantt_close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAuUAAALlAF37bb0AAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAH/SURBVHgBAO8BEP4B////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcnJymQgICGb6+vr1AQEBAAAAAAAAAAAAAAAAAAAAAAD///8ABgYGC/r6+pYDFxcXtBEREUMGBgYk/Pz8BgEBAQYAAAAGAAAABv///wYHBwcG/f39vtfX11cC8PDwANLS0j77+/vLBwcHAP///wAAAAAA////AAcHBwD7+/vH1NTUQ+7u7gACCAgIAPT09ADY2Ng2/f392wcHBwD+/v4ABwcHAP39/dfY2Ng68/PzAAkJCQAC////AAwMDADy8vIA0dHRLf///+gMDAwA////5NDQ0C7y8vIADAwMAP///wACAAAAAP///wAHBwcA8PDw+dnZ2Tn39/fG2NjYOPHx8fwHBwcAAAAAAAAAAAADJCQkAAAAAAAAAAAA////APv7+/D8/PzO7+/v2wICAgAEBAQAAgICAPz8/AAB////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAD//4RfjvnDJoM6AAAAAElFTkSuQmCC);
    width: 18px;
    cursor: pointer
}

.gantt_tree_icon.gantt_blank {
    width: 18px
}

.gantt_tree_icon.gantt_file,
.gantt_tree_icon.gantt_folder_closed,
.gantt_tree_icon.gantt_folder_open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=)
}

.gantt_grid_head_cell .gantt_sort {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 50%
}

.gantt_grid_head_cell .gantt_sort.gantt_asc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)
}

.gantt_grid_head_cell .gantt_sort.gantt_desc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)
}

.gantt_inserted,
.gantt_updated {
    font-weight: 700
}

.gantt_deleted {
    text-decoration: line-through
}

.gantt_invalid {
    background-color: #ffe0e0
}

.gantt_error {
    color: red
}

.gantt_status {
    right: 1px;
    padding: 5px 10px;
    background: hsla(0, 0%, 61%, .1);
    position: absolute;
    top: 1px;
    transition: opacity .2s;
    opacity: 0
}

.gantt_status.gantt_status_visible {
    opacity: 1
}

#gantt_ajax_dots span {
    transition: opacity .2s;
    background-repeat: no-repeat;
    opacity: 0
}

#gantt_ajax_dots span.gantt_dot_visible {
    opacity: 1
}

.gantt_message_area {
    position: fixed;
    right: 5px;
    width: 250px;
    z-index: 7
}

.gantt-info {
    min-width: 120px;
    padding: 4px 4px 4px 20px;
    font-family: Roboto, arial, sans-serif;
    z-index: 9;
    margin: 5px;
    margin-bottom: 10px;
    transition: all .5s ease
}

.gantt-info.hidden {
    height: 0;
    padding: 0;
    border-width: 0;
    margin: 0;
    overflow: hidden
}

.gantt_modal_box {
    overflow: hidden;
    display: inline-block;
    min-width: 210px;
    width: 210px;
    text-align: center;
    position: fixed;
    z-index: 12;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1);
    font-family: Roboto, arial, sans-serif;
    border-radius: 2px;
    border: 0;
    background: #fff
}

.gantt_popup_title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-width: 0
}

.gantt_button,
.gantt_popup_button {
    border: 0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin: 4px 0 4px 14px;
    border-radius: 2px;
    background: #fff
}

.gantt-info,
.gantt_button,
.gantt_popup_button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    cursor: pointer
}

.gantt_popup_text {
    overflow: hidden
}

.gantt_popup_controls {
    border-radius: 6px;
    padding: 4px 0 0
}

.gantt_popup_button {
    min-width: 80px
}

div.dhx_modal_cover {
    background-color: #000;
    cursor: default;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity: .2;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    zoom: 1
}

.gantt-info img,
.gantt_modal_box img {
    float: left;
    margin-right: 20px
}

.gantt-alert-error,
.gantt-confirm-error {
    border: 1px solid red
}

.gantt_button input,
.gantt_popup_button div {
    border-radius: 2px;
    font-size: 14px;
    box-sizing: content-box;
    padding: 1px;
    margin: 0;
    vertical-align: top
}

.gantt_popup_title {
    border-bottom: 0;
    height: auto;
    line-height: 16px;
    font-size: 16px
}

.gantt_popup_text {
    margin: 15px 15px 5px;
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    min-height: 30px;
    border-radius: 2px
}

.gantt-error,
.gantt-info {
    font-size: 14px;
    color: #000;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2), 0 1px 6px 0 rgba(0, 0, 0, .2);
    padding: 0;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff
}

.gantt-info div {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d7d7d7
}

.gantt-error,
.gantt-error div {
    background-color: #ff5252;
    border: 1px solid #ff5252
}

.gantt-error div {
    color: #fff
}

.gantt-warning,
.gantt-warning div {
    background-color: #ffab00;
    border: 1px solid #ffab00
}

.gantt-warning div {
    color: #fff
}

.gantt_data_area div,
.gantt_grid div {
    -ms-touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.gantt_data_area {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.gantt_links_area {
    position: absolute;
    left: 0;
    top: 0
}

.gantt_side_content,
.gantt_task_content,
.gantt_task_progress {
    line-height: inherit;
    overflow: hidden;
    height: 100%
}

.gantt_task_content {
    font-size: 14px;
    color: #fff;
    width: 100%;
    top: 0;
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.gantt_task_progress {
    text-align: center;
    z-index: 0;
    background: rgba(0, 0, 0, .15)
}

.gantt_task_progress_wrapper {
    border-radius: inherit;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gantt_task_line {
    border-radius: 50px;
    position: absolute;
    box-sizing: border-box;
    background-color: #448aff;
    border: 1px solid #448aff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none
}

.gantt_task_line.gantt_drag_move div {
    cursor: move
}

.gantt_touch_move,
.gantt_touch_progress .gantt_touch_resize {
    transform: scale(1.02, 1.1);
    transform-origin: 50%
}

.gantt_touch_progress .gantt_task_progress_drag,
.gantt_touch_resize .gantt_task_drag {
    transform: scaleY(1.3);
    transform-origin: 50%
}

.gantt_side_content {
    position: absolute;
    white-space: nowrap;
    color: #6e6e6e;
    top: 0;
    font-size: 11px;
    font-size: 13px
}

.gantt_side_content.gantt_left {
    right: 100%;
    padding-right: 20px
}

.gantt_side_content.gantt_right {
    left: 100%;
    padding-left: 20px
}

.gantt_side_content.gantt_link_crossing {
    bottom: 8px;
    top: auto
}

.gantt_link_arrow,
.gantt_task_link .gantt_line_wrapper {
    position: absolute;
    cursor: pointer
}

.gantt_line_wrapper div {
    background-color: #87a4bc
}

.gantt_task_link:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0 #87a4bc
}

.gantt_task_link div.gantt_link_arrow {
    background-color: transparent;
    border-style: solid;
    width: 0;
    height: 0
}

.gantt_link_control {
    position: absolute;
    width: 20px;
    top: 0
}

.gantt_link_control div {
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    margin-top: -7.5px;
    vertical-align: middle;
    border: 1px solid #929292;
    border-radius: 6.5px;
    height: 13px;
    width: 13px;
    background-color: #f0f0f0
}

.gantt_link_control.task_right div.gantt_link_point {
    margin-left: 7px
}

.gantt_link_control div:hover {
    background-color: #fff
}

.gantt_link_control.task_left {
    left: -20px
}

.gantt_link_control.task_right {
    right: -20px
}

.gantt_link_target .gantt_link_control div,
.gantt_task_line.gantt_drag_move .gantt_link_control div,
.gantt_task_line.gantt_drag_move .gantt_task_drag,
.gantt_task_line.gantt_drag_move .gantt_task_progress_drag,
.gantt_task_line.gantt_drag_progress .gantt_link_control div,
.gantt_task_line.gantt_drag_progress .gantt_task_drag,
.gantt_task_line.gantt_drag_progress .gantt_task_progress_drag,
.gantt_task_line.gantt_drag_resize .gantt_link_control div,
.gantt_task_line.gantt_drag_resize .gantt_task_drag,
.gantt_task_line.gantt_drag_resize .gantt_task_progress_drag,
.gantt_task_line.gantt_selected .gantt_link_control div,
.gantt_task_line.gantt_selected .gantt_task_drag,
.gantt_task_line.gantt_selected .gantt_task_progress_drag,
.gantt_task_line:hover .gantt_link_control div,
.gantt_task_line:hover .gantt_task_drag,
.gantt_task_line:hover .gantt_task_progress_drag {
    display: block
}

.gantt_link_source,
.gantt_link_target {
    box-shadow: 0 0 3px #448aff
}

.gantt_link_target.link_finish_allow,
.gantt_link_target.link_start_allow {
    box-shadow: 0 0 3px #b8c9d7
}

.gantt_link_target.link_finish_deny,
.gantt_link_target.link_start_deny {
    box-shadow: 0 0 3px #ff5252
}

.link_finish_allow .gantt_link_control.task_end_date div,
.link_start_allow .gantt_link_control.task_start_date div {
    background-color: #b8c9d7;
    border-color: #87a4bc
}

.link_finish_deny .gantt_link_control.task_end_date div,
.link_start_deny .gantt_link_control.task_start_date div {
    background-color: #ff5252;
    border-color: #ff0505
}

.gantt_link_arrow_right {
    border-width: 6px 0 6px 6px;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: #87a4bc;
    margin-top: -1px
}

.gantt_link_arrow_left {
    border-width: 6px 6px 6px 0;
    margin-top: -1px;
    border-top-color: transparent!important;
    border-right-color: #87a4bc;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important
}

.gantt_link_arrow_up {
    border-width: 0 6px 6px;
    border-color: transparent transparent #87a4bc;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: #87a4bc;
    border-left-color: transparent!important
}

.gantt_link_arrow_down {
    border-width: 6px 6px 0;
    border-top-color: #87a4bc;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important
}

.gantt_task_drag,
.gantt_task_progress_drag {
    cursor: ew-resize;
    display: none;
    position: absolute
}

.gantt_task_drag.task_right {
    cursor: e-resize
}

.gantt_task_drag.task_left {
    cursor: w-resize
}

.gantt_task_drag {
    height: 80%;
    width: 8px;
    z-index: 1;
    top: 10%
}

.gantt_task_drag.task_left {
    left: -7px
}

.gantt_task_drag.task_right {
    right: -7px
}

.gantt_task_progress_drag {
    height: 19px;
    width: 25px;
    bottom: -10px;
    margin-left: -14px;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1
}

.gantt_task_progress_drag,
.gantt_task_progress_drag:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAAABGdBTUEAALGPC/xhBQAAAeNJREFUOBGlU0tOAkEQdQAHiIpDjPGz87fxCu400Wt4C1gRbsAhPARbbsCKxISFsjDqUiMfgRl8r+WRYmCExEoeVV1d9V51N+NtrG/ektLJktxCalmjLVq1b2sTBf8isXuKrY+mCpbcxrMBUrNoPrBkjFmXBjaBfL1evxyPx412u32CtWoRzsVcJxqb4sRZ5LaAvVqtdjUajV4msDAMn1ut1jnyHICDqBdhsqnITp5D+Q5wUK1WrweDwSsFZBRqNpsX2F9LKEmgAIKjcrl82+/330Ru/bpCfwkcl0qlu16v926J4/EqIQnQ63F5RTzBWgISNG+08D4S4UYG8IFt4JBXtOoEEpBPEpKITpGHwH6lUrlJegMRJvkoip46nc4peBy3BOQpxJMUG43Gve/7Z/g3+ZguDUKPwJ4zz/MmQiqVijKZTJjNZodBEHSLxWI3l8s9FgqFBxS7JgnQU4TfRADsArw2ijLP66SxTl82v/rQ4BvxF/ABfAJDYMI3sMZmNnWnng0kp4iGQeiMtURciMSDaR5uvpFkOg1JOYBycQFsOZOQhosLMu+Ifsvnr0ATWnLGcXMkSKre+lmtJWFSaxHG/azRBFaIaa4FV5ZEorwrwk98rTy9RJRbWNtmG6vhv94J/gATDnWOR2FfEQAAAABJRU5ErkJggg==)
}

.gantt_link_tooltip {
    box-shadow: 3px 3px 3px #888;
    background-color: #fff;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    font-family: Tahoma;
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    padding: 11px;
    line-height: 20px
}

.gantt_link_direction {
    height: 0;
    border: 0 none #87a4bc;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 2;
    margin-left: 1px;
    position: absolute
}

.gantt_grid_data .gantt_row.gantt_selected,
.gantt_grid_data .gantt_row.odd.gantt_selected,
.gantt_task_row.gantt_selected {
    background-color: rgba(0, 199, 181, .2)
}

.gantt_task_row.gantt_selected .gantt_task_cell {
    border-right-color: rgba(145, 210, 210, .7)
}

.gantt_task_line.gantt_project.gantt_selected,
.gantt_task_line.gantt_selected {
    box-shadow: none
}

.gantt_task_line.gantt_milestone {
    visibility: hidden;
    background-color: #ffc107;
    border: 0 solid #ffc107;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.gantt_task_line.gantt_milestone div {
    visibility: visible
}

.gantt_task_line.gantt_milestone .gantt_task_content {
    background: inherit;
    border: inherit;
    border-width: 1px;
    border-radius: inherit;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transform: rotate(45deg)
}

.gantt_task_line.gantt_task_inline_color {
    border-color: #999
}

.gantt_task_line.gantt_task_inline_color .gantt_task_progress {
    background-color: #363636;
    opacity: .2
}

.gantt_task_line.gantt_task_inline_color.gantt_project.gantt_selected,
.gantt_task_line.gantt_task_inline_color.gantt_selected {
    box-shadow: 0 0 5px #999
}

.gantt_task_link.gantt_link_inline_color:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0 #999
}

.gantt_critical_task {
    background-color: #ff5252;
    border-color: #9d3a3a
}

.gantt_critical_task .gantt_task_progress {
    background-color: rgba(0, 0, 0, .4)
}

.gantt_critical_link .gantt_line_wrapper>div {
    background-color: #ff5252
}

.gantt_critical_link .gantt_link_arrow {
    border-color: #ff5252
}

.gantt_btn_set:focus,
.gantt_cell:focus,
.gantt_grid_head_cell:focus,
.gantt_popup_button:focus,
.gantt_qi_big_icon:focus,
.gantt_row:focus {
    box-shadow: inset 0 0 1px 1px #4d90fe
}

.gantt_split_parent {
    opacity: .1;
    pointer-events: none
}

.gantt_unselectable,
.gantt_unselectable div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none
}

.gantt_cal_light {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border-radius: 2px;
    font-family: Roboto, arial, sans-serif;
    border: 1px solid #d7d7d7;
    color: rgba(31, 31, 31, .8);
    font-size: 14px;
    position: absolute;
    z-index: 10;
    width: 550px;
    height: 250px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1)
}

.gantt_cal_light_wide {
    width: 650px
}

.gantt_cal_light select {
    font-family: Roboto, arial, sans-serif;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    padding: 2px;
    margin: 0
}

.gantt_cal_ltitle {
    padding: 7px 10px;
    overflow: hidden;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0
}

.gantt_cal_ltitle,
.gantt_cal_ltitle span {
    white-space: nowrap
}

.gantt_cal_lsection {
    color: #727272;
    font-weight: 700;
    padding: 12px 0 5px 10px
}

.gantt_cal_lsection .gantt_fullday {
    float: right;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: top;
    cursor: pointer
}

.gantt_cal_lsection {
    font-size: 13px
}

.gantt_cal_ltext {
    padding: 2px 10px;
    overflow: hidden
}

.gantt_cal_ltext textarea {
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    height: 100%;
    width: 100%;
    outline: none!important;
    resize: none
}

.gantt_time {
    font-weight: 700
}

.gantt_cal_light .gantt_title {
    padding-left: 10px
}

.gantt_cal_larea {
    border: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    background-color: #fff;
    overflow: hidden;
    height: 1px
}

.gantt_btn_set {
    margin: 10px 7px 5px 10px;
    padding: 6px 15px;
    float: left;
    border-radius: 2px;
    border: 0 solid #d7d7d7;
    height: 32px;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer
}

.gantt_btn_set div {
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle
}

.gantt_save_btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=);
    margin-top: 2px;
    width: 21px
}

.gantt_cancel_btn,
.gantt_delete_btn {
    margin-top: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=);
    width: 20px
}

.gantt_cal_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10)
}

.gantt_custom_button {
    padding: 0 3px;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-top: -5px;
    cursor: pointer;
    float: right;
    height: 21px;
    width: 90px;
    border: 1px solid #cecece;
    text-align: center;
    border-radius: 4px
}

.gantt_custom_button div {
    cursor: pointer;
    float: none;
    height: 21px;
    line-height: 21px;
    vertical-align: middle
}

.gantt_custom_button div:first-child {
    display: none
}

.gantt_cal_light_wide {
    width: 580px;
    padding: 2px 4px
}

.gantt_cal_light_wide .gantt_cal_larea {
    box-sizing: border-box;
    border: 1px solid #d7d7d7
}

.gantt_cal_light_wide .gantt_cal_lsection {
    border: 0;
    float: left;
    text-align: right;
    width: 80px;
    height: 20px;
    padding: 5px 10px 0 0
}

.gantt_cal_light_wide .gantt_wrap_section {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7
}

.gantt_cal_light_wide .gantt_section_time {
    overflow: hidden;
    padding-top: 2px!important;
    padding-right: 0;
    height: 20px!important
}

.gantt_cal_light_wide .gantt_cal_ltext {
    padding-right: 0
}

.gantt_cal_light_wide .gantt_cal_larea {
    padding: 0 10px;
    width: 100%
}

.gantt_cal_light_wide .gantt_section_time {
    background: transparent
}

.gantt_cal_light_wide .gantt_cal_checkbox label {
    padding-left: 0
}

.gantt_cal_light_wide .gantt_cal_lsection .gantt_fullday {
    float: none;
    margin-right: 0;
    font-weight: 700;
    cursor: pointer
}

.gantt_cal_light_wide .gantt_custom_button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2px
}

.gantt_cal_light_wide .gantt_repeat_right {
    margin-right: 55px
}

.gantt_cal_light_wide.gantt_cal_light_full {
    width: 738px
}

.gantt_cal_wide_checkbox input {
    margin-top: 8px;
    margin-left: 14px
}

.gantt_cal_light input {
    font-size: 14px
}

.gantt_section_time {
    background-color: #fff;
    white-space: nowrap;
    padding: 2px 10px 5px;
    padding-top: 2px!important
}

.gantt_section_time .gantt_time_selects {
    float: left;
    height: 25px
}

.gantt_section_time .gantt_time_selects select {
    height: 23px;
    padding: 2px;
    border: 1px solid #d7d7d7
}

.gantt_duration {
    width: 100px;
    height: 30px;
    float: left;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 32px
}

.gantt_duration .gantt_duration_dec,
.gantt_duration .gantt_duration_inc,
.gantt_duration .gantt_duration_value {
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    height: 100%;
    border: 1px solid #d7d7d7
}

.gantt_duration .gantt_duration_value {
    width: 36px;
    padding: 3px 4px;
    border-left-width: 0;
    border-right-width: 0
}

.gantt_duration .gantt_duration_dec,
.gantt_duration .gantt_duration_inc {
    width: 30px;
    padding: 1px;
    padding-bottom: 1px;
    background: #fff
}

.gantt_duration .gantt_duration_dec {
    -moz-border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.gantt_duration .gantt_duration_inc {
    margin-right: 4px;
    -moz-border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.gantt_cal_quick_info {
    border: 0;
    border-radius: 2px;
    position: absolute;
    z-index: 5;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 0 3px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    width: auto;
    transition: left .5s ease, right .5s;
    -moz-transition: left .5s ease, right .5s;
    -webkit-transition: left .5s ease, right .5s;
    -o-transition: left .5s ease, right .5s
}

.gantt_no_animate {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.gantt_cal_quick_info.gantt_qi_left .gantt_qi_big_icon {
    float: right
}

.gantt_cal_qi_title {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    padding: 5px 0 8px 12px;
    color: rgba(0, 0, 0, .8);
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7
}

.gantt_cal_qi_tdate {
    font-size: 14px;
    font-weight: 700
}

.gantt_cal_qi_tcontent {
    font-size: 14px
}

.gantt_cal_qi_content {
    padding: 16px 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    overflow: hidden
}

.gantt_cal_qi_controls {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    padding-left: 7px
}

.gantt_cal_qi_controls .gantt_menu_icon {
    margin-top: 6px;
    background-repeat: no-repeat
}

.gantt_cal_qi_controls .gantt_menu_icon.icon_delete,
.gantt_cal_qi_controls .gantt_menu_icon.icon_edit {
    width: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=)
}

.gantt_qi_big_icon {
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    background: #fff;
    margin: 4px 0 4px 14px;
    min-width: auto;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 16px;
    cursor: pointer;
    border: 0
}

.gantt_cal_qi_controls div {
    float: left;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.gantt_tooltip {
    padding: 10px;
    position: absolute;
    z-index: 4
}

.gantt_marker {
    height: 100%;
    width: 2px;
    top: 0;
    position: absolute;
    text-align: center;
    background-color: rgba(255, 0, 0, .4);
    box-sizing: border-box
}

.gantt_marker .gantt_marker_content {
    padding: 5px;
    background: inherit;
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    opacity: .8
}

.gantt_marker_area {
    position: absolute;
    top: 0;
    left: 0
}

.gantt_resource_marker {
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.gantt_resource_marker_ok {
    background: rgba(78, 208, 134, .75)
}

.gantt_resource_marker_overtime {
    background: hsla(0, 100%, 76%, .69)
}

.gantt_grid_editor_placeholder {
    position: absolute
}

.gantt_grid_editor_placeholder>div,
.gantt_grid_editor_placeholder input,
.gantt_grid_editor_placeholder select {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.gantt_row_placeholder div {
    opacity: .5
}

.gantt_row_placeholder .gantt_add,
.gantt_row_placeholder .gantt_file {
    display: none
}

.gantt_layout_content {
    width: 100%;
    overflow: auto;
    box-sizing: border-box
}

.gantt_layout_cell {
    position: relative;
    box-sizing: border-box
}

.gantt_layout_cell>.gantt_layout_header {
    background: #33aae8;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    box-sizing: border-box
}

.gantt_layout_header.collapsed_x {
    background: #a9a9a9
}

.gantt_layout_header.collapsed_x .gantt_header_arrow:before {
    content: "\21E7"
}

.gantt_layout_header.collapsed_y {
    background: #a9a9a9
}

.gantt_layout_header.collapsed_y .gantt_header_arrow:before {
    content: "\21E9"
}

.gantt_layout_header {
    cursor: pointer
}

.gantt_layout_header .gantt_header_arrow {
    float: right;
    text-align: right
}

.gantt_layout_header .gantt_header_arrow:before {
    content: "\21E6"
}

.gantt_layout_header.vertical .gantt_header_arrow:before {
    content: "\21E7"
}

.gantt_layout_outer_scroll_vertical .gantt_layout_content {
    overflow-y: hidden
}

.gantt_layout_outer_scroll_horizontal .gantt_layout_content {
    overflow-x: hidden
}

.gantt_layout_x>.gantt_layout_cell {
    display: inline-block;
    vertical-align: top
}

.gantt_layout_x {
    white-space: nowrap
}

.gantt_resizing {
    opacity: .7;
    background: #f2f2f2
}

.gantt_layout_cell_border_right.gantt_resizer {
    overflow: visible;
    border-right: 0
}

.gantt_resizer {
    cursor: e-resize;
    position: relative
}

.gantt_resizer_y {
    cursor: n-resize
}

.gantt_resizer_stick {
    background: #33aae8;
    z-index: 8;
    position: absolute;
    top: 0;
    width: 100%
}

.gantt_resizer_x .gantt_resizer_x {
    position: absolute;
    width: 20px;
    height: 100%;
    margin-left: -10px;
    top: 0;
    left: 0;
    z-index: 1
}

.gantt_resizer_y .gantt_resizer_y {
    position: absolute;
    height: 20px;
    width: 100%;
    top: -10px;
    left: 0;
    z-index: 1
}

.gantt_resizer_error {
    background: #cd5c5c!important
}

.gantt_layout_cell_border_left {
    border-left: 1px solid #d7d7d7
}

.gantt_layout_cell_border_right {
    border-right: 1px solid #d7d7d7
}

.gantt_layout_cell_border_top {
    border-top: 1px solid #d7d7d7
}

.gantt_layout_cell_border_bottom {
    border-bottom: 1px solid #d7d7d7
}

.gantt_layout_cell_border_transparent {
    border-color: transparent
}

.gantt_window {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 13;
    background: #fff
}

.gantt_window_content {
    position: relative
}

.gantt_window_content_header {
    background: #39c;
    color: #fff;
    height: 33px;
    padding: 10px 10px 0;
    border-bottom: 2px solid #fff;
    position: relative
}

.gantt_window_content_header_text {
    padding-left: 10%
}

.gantt_window_content_header_buttons {
    position: absolute;
    top: 10px;
    right: 10px
}

.gantt_window_content_header_buttons:hover {
    color: #000;
    cursor: pointer
}

.gantt_window_content_resizer {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    line-height: 15px;
    right: -1px;
    text-align: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);
    cursor: nw-resize;
    z-index: 6
}

.gantt_window_content_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 8
}

.gantt_window_drag {
    cursor: pointer!important
}

.gantt_window_resizing {
    overflow: visible
}

.gantt_window_resizing_body {
    overflow: hidden!important
}

.gantt_window_modal {
    background: rgba(0, 0, 0, .1);
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.gantt_cal_light,
.gantt_cal_quick_info,
.gantt_container,
.gantt_message_area,
.gantt_modal_box,
.gantt_tooltip {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gantt_noselect {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gantt_drag_marker {
    position: absolute;
    top: -1000px;
    left: -1000px;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px
}

.gantt_drag_marker .gantt_tree_icon.gantt_blank,
.gantt_drag_marker .gantt_tree_icon.gantt_close,
.gantt_drag_marker .gantt_tree_icon.gantt_open,
.gantt_drag_marker .gantt_tree_indent {
    display: none
}

.gantt_drag_marker,
.gantt_drag_marker .gantt_row.odd {
    background-color: #fff
}

.gantt_drag_marker .gantt_row {
    border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe
}

.gantt_drag_marker .gantt_cell {
    border-color: #bebebe
}

.gantt_row.gantt_over,
.gantt_task_row.gantt_over {
    background-color: #0070fe
}

.gantt_row.gantt_transparent .gantt_cell {
    opacity: .7
}

.gantt_task_row.gantt_transparent {
    background-color: #fff
}

.gantt_popup_button.gantt_delete_button {
    background-color: #448aff;
    color: #fff
}