﻿
.gantt-toolbar {
    background-color: #fcfbfb;
    padding: 7px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.fc-unthemed .fc-toolbar {
    width: 100%;
    margin-bottom: 0;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px;
}

.fc-unthemed .fc-toolbar .fc-button {
    outline: none !important;
    height: 50px;
    padding: 0 7px;
    font-size: 1rem;
}

.fc-unthemed .fc-toolbar .fc-button {
    color: #9295a2;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #ebedf2 !important;
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-state-active {
    color: #5f6168;
    background-color: #fff;
    border: 1px solid #ebedf2;
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.kt-nav .kt-nav__section .kt-nav__section-text {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-tabs.nav-tabs-line .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0px 10px 10px;
    font-size: 1rem;
    font-weight: 400;
}

.col-form-label {
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    max-width: 150px;
}

.select2-container .select2-choice {
    display: block;
    height: 35px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    white-space: nowrap;
    line-height: 33px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: none;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    height: 35px;
    line-height: 1em;
    padding: 1px 0;
    text-indent: 0.33em;
    border: 0;
    margin: 0;
}

.k-upload .k-upload-button {
    height: 33px;
}

.k-button:active, .k-button.k-state-active {
    color: #000000;
    background-color: #fafafa;
    border-color: #c4c4c4;
}

.k-button:hover, .k-button.k-state-hover {
    background-color: #fafafa;
    border-color: inherit;
}

.gantt-none-edit-mode {
    color: #dedede !important;
    cursor: default !important;
}

.view-icon {
    margin-left: 4px;
    cursor: pointer;
    color: #c5c5c5;
}

.view-icon:hover {
    margin-left: 4px;
    cursor: pointer;
    color: #808080;
}

.summary-task {
    background-color: #ececec !important;
}

.task_groups {
    background-color: #6a76ba !important;
}

.task_groups .gantt_task_progress {
    background-color: #3b447f;
    opacity: 0.6;
}

.task_groups.gantt_task_line {
    border: 1px solid #6a76ba;
}

.task_groups.gantt_task_line.gantt_selected {
    box-shadow: 0 0 5px #6a76ba;
}

.gantt-wbs {
    width: 100%;
    padding-left: 7px;
}

/*리소스 다이어그램*/
.resource_marker {
    text-align: center;
}

    .resource_marker div {
        width: 28px;
        height: 28px;
        line-height: 29px;
        display: inline-block;
        border-radius: 15px;
        margin: 3px;
    }

    .resource_marker.workday_ok div {
        color: #0abb87;
        background: rgba(10,187,135,.1);
    }

    .resource_marker.workday_over div {
        color: #fd397a;
        background: rgba(253,57,122,.1);
    }
/*리소스 다이어그램*/





/*이전 소스*/
a {
    text-shadow: none;
    color: #3b3f50;
}


.gantt_container {
    font-family: NanumGothic,NanumBarunGothic,"Apple SD Gothic Neo","Malgun Gothic",Dotum,sans-serif !important;
    font-size: 12px;
    border: 1px solid #e8e8e8;
    position: relative;
    white-space: nowrap;
}

.gantt_grid_scale, .gantt_task_scale {
    color: #6b6b6b;
    font-size: 12px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.gantt_inserted, .gantt_updated {
    font-weight: normal;
}

.gantt_task .gantt_task_scale .gantt_scale_cell {
    color: #666;
    border-right: 1px solid #ebebeb;
}

.gantt_task_line.gantt_project {
    background-color: #617e84;
    border: 1px solid #495058;
}

.gantt_task_line.gantt_project .gantt_task_progress {
    background-color: #3c565c;
}

.control-label, th {
    color: #5e738b;
    font-size: 13px;
}

.row {
    margin-bottom: 8px;
}

.datepicker table th {
    color: #666;
    font-size: 12px;
}

.datepicker table td {
    color: #000;
    font-family: "Open Sans" !important;
    font-size: 12px;
}

.btn.blue {
    color: #ffffff;
    background-color: #3598dc;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 12px;
    height: 38px;
    padding: 4px;
}

th {
    background-color: #fafafa;
}

.ms-list {
    display: block;
    height: 150px;
    overflow-y: scroll;
}

div.dhtmlxMenu_dhx_terrace_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td {
    font-size: 12px;
    color: #666;
}

.nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    color: #3b3f50;
}

.nav-tabs > li.active {
    border-top: 2px solid #3b3f50;
}

.input-small {
    width: 90px !important;
}

label {
    font-weight: normal;
}

.k-picker-wrap .k-icon {
    margin-top: 4px;
}

.approvers {
    width: 100%;
}

.btn-group-vertical.spinner-buttons .btn {
    height: 14px;
}

.multi-select-search-input::-ms-clear {
    display: none;
}

.ms-container .ms-list {
    height: 300px;
}

.select2-container .select2-choice {
    width: 100%;
}

.dhtmlx_popup_text {
    margin: 15px 15px 5px 15px;
    font-size: 12px;
    color: #666;
    min-height: 30px;
    border-radius: 6px;
}

.dhtmlx_popup_button {
    width: 70px;
    min-width: 70px;
    font-size: 12px;
}

.inline-edit-able {
    cursor: pointer;
}

.gantt-fullscreen {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 2px;
    font-size: 32px;
    background: transparent;
    cursor: pointer;
    opacity: 0.5;
    text-align: center;
    -webkit-transition: background-color 0.5s, opacity 0.5s;
    transition: background-color 0.5s, opacity 0.5s;
}

.gantt-fullscreen:hover {
    background: rgba(150, 150, 150, 0.5);
    opacity: 1;
}

.gantt_tree_icon {
    width: 3px;
    height: 15px;
    margin-top: 7px;
}

.gantt_tree_indent {
    width: 15px;
    height: 15px;
    display: inline-block;
}



.task-white {
    color: #bac3d0;
    font-size: 15px;
}

.task-green {
    color: #36c6d3;
    font-size: 15px;
}

.task-red {
    color: #ed6b75;
    font-size: 15px;
}

.task-blue {
    color: #659be0;
    font-size: 15px;
}

.weekend {
    background: #f4f7f4 !important;
}

.gantt_task_cell.week_end {
    background-color: #f4f7f4;
}

.gantt_task_cell {
    border-right: 0px;
}

.change-code {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.change-code input:focus {
    border: 0px solid #e5e5e5 !important;
}

.gantt_grid_scale .gantt_grid_head_cell {
    color: #666;
    border-top: none !important;
    border-right: 1px solid #f2f2f2 !important;
}

.gantt_grid_column_resize_wrap .gantt_grid_column_resize {
    background-color: #f2f2f2;
    height: 100%;
    width: 1px;
    margin: 0 auto;
}

.gantt_tree_icon.gantt_file {
    background-image: none;
}

.gantt_tree_icon.gantt_folder_open {
    background-image: none;
}

.gantt_tree_icon.gantt_folder_closed {
    background-image: none;
}

/* colors for items with inline styles assigned (task.color, link.color)*/
.gridHoverStyle {
    background-color: #f6f7ff;
}

.gridSelection {
    background-color: #f6f7ff;
}

.timelineSelection {
    background-color: #f6f7ff;
}

.gantt_grid_data .gantt_row:hover,
.gantt_grid_data .gantt_row.odd:hover {
    background-color: #f6f7ff;
}

.gantt_grid_data .gantt_row.gantt_selected,
.gantt_grid_data .gantt_row.odd.gantt_selected {
    background-color: #f6f7ff;
}

.gantt_task_row.gantt_selected {
    background-color: #f6f7ff;
}



/*인라인 컨트롤 시작*/
.inline-controls {
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    font-size: 12px;
    border:0;
}

.inline-controls.paddding-right-5px {
    text-align: right;
    padding-right: 5px;
}

.inline-controls.text {
    margin-left: 0px;
}

.project-header-project-dropdown .select2-container .select2-choice {
    height: 30px !important;
    line-height: 30px;
}



.font-blue-dark {
    color: #3b3f50 !important;
    font-weight:400;
    font-size:13px;
}

.form-control.datetime {
    height: 29px;
    padding-left: 5px;
    margin-left: 0;
    border: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 0;
    border-radius: 0;
}

.input-group .input-group-addon {
    min-width: 10px !important;
    width: 10px;
    height: 12px;
    padding: 0px 3px 0px 3px;
    font-size: 12px;
    line-height: 1;
    border-color: #efefef;
    background: #efefef;
    min-width: 39px;
}

.glyphicon {
    position: relative;
    top: 0;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}


.multiselect-container {
    z-index: 99999 !important;
    position: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 28px !important;
    margin: -1px -1px -1px -3px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.btn {
    border-radius: 2px;
}

.btn-default {
    padding: 0px 10px;
    font-size: 12px;
    width: 100%;
    height: 28px !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #fff;
    border-radius: 2px;
}

.multiselect-container > li > a {
    padding: 3px !important;
}

.datepicker td, .datepicker th {
    width: 35px;
    height: 35px;
}

.datepicker {
    z-index: 9999 !important;
}
/*인라인 컨트롤 종료*/



.rbt_bg_gray.rbt_flat .navbar-nav > .nav-item > .active {
    color: #fff;
    background-color: #7b7b8f;
}

.col-form-label {
    text-align: right;
    padding-right: 10px;
}

.table-task-info {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.table-task-info tr {
    height: 50px;
}

.table-light--info tr {
    height: 30px !important;
}