﻿.pd-8{
    padding:8px !important;
}
.pd-4 {
    padding: 4px !important;
}
.pd-0 {
    padding: 0px !important;
}
.fl-left{
    float:left;
}
.fl-right {
    float: right;
}
.marleft-8
{
    margin-left:8px !important;
}
.marright-8 {
    margin-right: 8px !important;
}
.marright-4 {
    margin-right: 4px !important;
}
.marright-16 {
    margin-right: 16px !important;
}
.bd-bottom{
    border-bottom:1px solid #ddd;
    margin-bottom:5px;
}
.d-flex{
    display:flex;
}
.cs-point
{
    cursor:pointer;
}
.martop-0{
    margin-top:0px !important;
}
.scd-100
{
    width:19%;
}
.w-100 {
    width: 100% !important;
}
.h-95 {
    height: 95% !important;
}
.pdtop-10 {
    padding-top: 10px;
    margin-bottom: 0px;
}

.not-click {
    pointer-events: none;
    cursor: not-allowed !important;
}
    .not-click i {
        color: #0072c67a !important;
    }
.ui-igtrialwatermark
{
    display:none !important;
}
input {
    font-size: 13px !important
}
.topleft-0{top:0 !important; left:0 !important}
.resource_marker {
    text-align: center;
}

    .resource_marker div {
        width: 28px;
        height: 28px;
        line-height: 29px;
        display: inline-block;
        color: #FFF;
        margin: 3px;
    }

    .resource_marker.workday_ok div {
        border-radius: 15px;
        background: #51c185;
    }

    .resource_marker.workday_over div {
        border-radius: 3px;
        background: #ff8686;
    }
.qlda-poppercent {
    display: initial;
    padding-left: 10px;
}
.folder_row {
    font-weight: bold;
}

.highlighted_resource,
.highlighted_resource.odd {
    background-color: rgba(255, 251, 224, 0.6);
}

.resource-controls .gantt_layout_content {
    padding: 7px;
    overflow: hidden;
}

.resource-controls label {
    margin: 0 10px;
    vertical-align: bottom;
    display: inline-block;
    color: #3e3e3e;
    padding: 2px;
    transition: box-shadow 0.2s;
}

    .resource-controls label:hover {
        box-shadow: 0 2px rgba(84, 147, 255, 0.42);
    }

    .resource-controls label.active,
    .resource-controls label.active:hover {
        box-shadow: 0 2px #5493ffae;
        color: #1f1f1f;
    }

.resource-controls input {
    vertical-align: top;
}

.gantt_task_cell.week_end {
    background-color: #e8e8e87d;
}

.gantt_task_row.gantt_selected .gantt_task_cell.week_end {
    background-color: #e8e8e87d !important;
}
.scd-itemduan{
    border-bottom:1px solid #ddd;
}
.scd-itemduan:hover {
    background: #f5f5f5;
}
.scd-itemduan-select {
    background-color: rgba(0, 199, 181, 0.2);
}

.scd-confirm {
    display: none;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    pointer-events: auto;
}
.scd-confirm button {
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.group_row,
.group_row.odd,
.gantt_task_row.group_row {
    background-color: rgba(232, 232, 232, 0.6);
}

.owner-label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 25px;
    background: #e6e6e6;
    color: #6f6f6f;
    margin: 0 3px;
    font-weight: bold;
}

.qlda-formtailieu-mb {
    width: 100% !important;
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    border-left: 1px solid #ccc;
    display: none;
}


.qlda-formtailieu {
    width: 420px !important;
    position: absolute;
    right: 0px;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    flex-grow: 0;
    flex-shrink: 0;
    border-left: 1px solid #ccc;
    display:none;
}

.qlda-tailieu-item
{
    background:#fff;
    margin-bottom:10px;
    border-radius:5px;
}

.qlda-tailieuicon {
    width: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}
    .qlda-tailieuicon svg {
        fill: #0082c9;
        height: 26px;
        width: 26px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
.qlda-tailieuiconname {
    width: 26px;
    height: 12px;
    position: absolute;
    bottom: 6px;
    left: 7px;
    background-color: #0082c9;
    font-size: 8px;
    color: #fff;
    padding: 1px 0 0 3px;
    text-transform: uppercase;
}
.qlda-tailieuname {
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.qlda-tailieuname-file {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qlda-tenduan-pop {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qlda-tenmodule {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qlda-tenduanchitiet {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qlda-searchmore {
    right: 70px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    padding:5px;
    width:40px;
    text-align:center
}

.itemgrduan {
    background: #ffedd6;
}
.dauthau-mbitem{
    cursor:pointer;
    position:relative;
}
.qlda-backgr {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.4;
}
.qlda-backaction {
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: 101;
    top: 0px;
    right: 0px;
    background-color: #eb5252;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}
.qlda-backdelete {
    width: 20%;
    height: 100%;
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    background-color: #eb5252;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}

.qlda-filter {
    padding: 6px;
    width: 40px;
    text-align: center;
    /*    border: 1px solid #ddd;*/
    cursor: pointer;
    border-radius: 5px;
}
.qlda-btnselect {
    color: #4EAEF5;
}
.qlda-addnew
{
    width:150px;
    margin-right:20px;
}

.percent-duan {
    padding: 3px;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 5px;
    cursor:pointer;
}

.bg-chuathuchien {
    background: #f7a43eb9 !important;
}
.bg-dangthuchien {
    background: #24B0DCb9 !important;
}
.bg-quahan {
    background: #FE3F3Fb9 !important;
}
.bg-hoanthanh {
    background: #51c185b9 !important;
}
.bg-huy {
    background: #3968efb9 !important;
}
.bg-tamdung {
    background: #e6b43cb9 !important;
}

.duan-chuathuchien {
    font-size: 11px;
    padding: 3px;
    background: #f7a43e;
    color: #fff !important;
    font-style: normal;
    border-radius: 5px;
}
.duan-dangthuchien {
    font-size: 11px;
    padding: 3px;
    background: #24B0DC;
    color: #fff !important;
    font-style:normal;
    border-radius:5px;
}
.duan-quahan {
    font-size: 12px;
    padding: 3px;
    background: #FE3F3F;
    color: #fff !important;
    font-style: normal;
    border-radius: 5px;
}
.duan-hoanthanh {
    font-size: 12px;
    padding: 3px;
    background: #51c185;
    color: #fff !important;
    font-style: normal;
    border-radius: 5px;
}
.duan-task {
    background: #ffedd6 !important;
    border-color: #ffedd6 !important;
}

.duan-huy {
    font-size: 12px;
    padding: 3px;
    background: #3968ef;
    color: #000 !important;
    font-style: normal;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration:line-through;
}
.duan-tamdung {
    font-size: 12px;
    padding: 3px;
    background: #e6b43c;
    color: #fff !important;
    font-style: normal;
    border-radius: 5px;
}

.duan-icon {
    font-size: 12px;
    padding: 2px;
    background: #24b0dc;
    color: #fff !important;
    font-style: normal;
    border-radius: 5px;
    min-width:60px;
    text-align:center;
}

.duan-chuathuchien .dhx_body, .dhx_title {
    background: none !important;
}
.duan-dangthuchien .dhx_body, .dhx_title {
    background: none !important;
}
.duan-quahan .dhx_body, .dhx_title {
    background: none !important;
}
.duan-hoanthanh .dhx_body, .dhx_title {
    background: none !important;
}
.duan-huy .dhx_body, .dhx_title {
    background: none !important;
}


.qlda-bccv {
    background: url("/images/bccv.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin: 5px;
}
.qlda-chat {
    background: url("/images/commenticon.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin: 5px;
}
.qlda-lock {
    background: url("/images/locked.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin: 5px;
}
.qlda-unlock {
    background: url("/images/unlock.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin: 5px;
}
.qlda-sao {
    background: url("/images/sao.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin: 5px;
}
.qlda-saochon {
    background: url("/images/saochon.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin: 5px;
}
.qlda-co {
    background: url("/images/co.png") center center no-repeat;
    background-size: cover;
    height: 16px;
    width: 12px;
    float: left;
    margin: 8px;
    opacity: 0.7;
}
.bccv-co {
    background: url("/images/co.png") center center no-repeat;
    background-size: cover;
    height: 16px;
    width: 12px;
    float: left;
    margin: 5px;
    opacity: 0.7;
}
.bccv-cochon {
    background: url("/images/cochon.png") center center no-repeat;
    background-size: cover;
    height: 16px;
    width: 12px;
    float: left;
    margin: 5px;
}
.qlda-cochon {
    background: url("/images/cochon.png") center center no-repeat;
    background-size: cover;
    height: 16px;
    width: 12px;
    float: left;
    margin: 8px;
}

.qlda-icon {
    position: relative;
    width: 30px;
    float: left;
    cursor:pointer;
}
.qlda-icon i {
    color:#0072c6;
}
.qlda-numcomment {
    top: -5px;
    color: #0072C6;
    text-align: center;
    width: 18px;
    position: absolute;
    /*background: red;*/
    border-radius: 50%;
    height: 18px;
    right: -5px;
    line-height: 20px;
    font-size: 12px;
}
.qlda-btnback
{
    width:24px;
    height:24px;
    cursor:pointer;
    background:#0072c6;
    border-radius:50%;
    color:#fff;
    float:left;
    text-align:center;
    padding:3px;
}
.qlda-headname {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color:#0072c6;
    text-align:center;
    width:calc(100% - 30px);
    float:left;
}
.qlda-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.1;
}

.qlda-formpop-mb {
    padding: 8px;
    -webkit-tap-highlight-color: transparent;
    background: #FFFFFF;
    border-radius: 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    border: 1px solid #D7D7D7;
    color: rgba(31, 31, 31, 0.8);
    font-size: 13px !important;
    position: absolute;
    z-index: 10001;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%), 0 0 3px 1px rgb(0 0 0 / 10%);
    top: 0%;
    left: 0%;
}
    .qlda-formpop-mb .gantt_save_btn_set {
        background: #448AFF;
        color: #fff;
        padding: 7px 15px;
    }
    .qlda-formpop-mb .gantt_cancel_btn_set {
        background: #fff;
        color: #116aff;
        padding: 7px 15px;
    }

.qlda-formpop {
    padding: 25px;
    -webkit-tap-highlight-color: transparent;
    background: #FFFFFF;
    border-radius: 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    border: 1px solid #D7D7D7;
    color: rgba(31, 31, 31, 0.8);
    font-size: 13px !important;
    position: absolute;
    z-index: 10001;
    width: 550px;
    height: 400px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%), 0 0 3px 1px rgb(0 0 0 / 10%);
    top: 20%;
    left: 30%;
}

.qlda-formpop-add {
    -webkit-tap-highlight-color: transparent;
    background: #FFFFFF;
    border-radius: 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    border: 1px solid #D7D7D7;
    color: rgba(31, 31, 31, 0.8);
    font-size: 13px !important;
    position: absolute;
    z-index: 10009;
    width: 550px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%), 0 0 3px 1px rgb(0 0 0 / 10%);
    top: 20%;
    left: 30%;padding:0px !important;height:auto;
}

.qlda-namegtmb i {
    padding: 8px !important;
    cursor: pointer;
    font-size: 16px;
}

.marbottom-10 {
    margin-bottom: 10px;
}

.qlda-popcongviec {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
    line-height: 20px;
    background:#fff;
}
.qlda-popimg
{
    min-width:30px;
}
.qlda-poptenuser {
    font-weight: bold;
    padding: 5px;
    width: 75%;
    word-break: break-word;
    white-space: pre-line;
}
.qlda-popchucvu {
    font-style:italic;
    position:absolute;
    left:50px;
    top:20px;
}
.qlda-phantram {
    position: absolute;
    right: 0px;
}
.qlda-popphone {
    position: absolute;
    right: 0px;
    cursor: pointer;
    color: #0072c6;
    padding: 5px;
}
.qlda-tiendopop
{
    border-bottom:1px solid #ddd;
    margin-bottom:5px;
    min-height:50px;
}

.qlda-dsda table tr th:nth-child(1) {
    width:5%;
}
.qlda-dsda table tr td:nth-child(1) {
    width: 5%;
}

.qlda-dsda table tr th:nth-child(2) {
    width: 10%;
}

.qlda-dsda table tr td:nth-child(2) {
    width: 10%;
}

.qlda-dsda table tr th:nth-child(3) {
    width: 30%;
}

.qlda-dsda table tr td:nth-child(3) {
    width: 30%;
}
.gantt_row.odd {
    background-color: #f5f5f5;
}

.formfilter_dagt {
    display: flex;
}

.marleft-8 {
    margin-left: 8px;
}

.tableFixHead {
    overflow-y: auto;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 9;
        outline-offset: -1px;
    }
.title__tab_heading {
    padding: 10px !important
}


.block-bidding1 .active {
    display: block !important;
}

.k-grouping-header {
    display: none !important;
}
.k-header {
    background-color: #0685d6 !important;color:#fff !important;
}
.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order
{
    color:#fff !important;
}
.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grouping-header .k-link {
    color: #fff !important;
}
.k-grid-footer {
    display: none;
}
.k-grouping-row td {
    background-color: #ffedd6 !important;
}

.msc-confirm-qlda {
    display: none;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    pointer-events: auto;
    z-index: 9999 !important;
}

.msc-confirm-qlda button {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.k-state-selected {
    color: #fff;
    background-color: #0685d6 !important;
    border-color: #0685d6 !important;
}
.k-state-selected a {
    color: #fff
}
.k-state-selected .qlda-icon i {
    color: #fff
}
.k-state-selected .qlda-numcomment {
    color: #fff
}
.schedulecm-count {
    top: -5px;
    color: white;
    text-align: center;
    min-width: 16px;
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 16px;
    right: 0px;
    font-size: 12px;line-height:16px;
}
.flag-count {
    top: 0px;
    color: white;
    text-align: center;
    min-width: 16px;
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 16px;
    right: -5px;
    font-size: 12px;
    line-height: 16px;
}
.gantt_grid_data .gantt_row:hover, .gantt_grid_data .gantt_row.odd:hover {
    background-color: #ebebeb !important;
}
.qlkh-count {
    top: -10px;
    color: white;
    text-align: center;
    min-width: 16px;
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 16px;
    right: -5px;
    font-size: 12px;
    line-height: 16px;
}
.summary-row {
    /*background: #ffedd6 !important;*/
}
.summary-row .gantt_add
{
    display:none;
}
.summary-row .gantt_cell_tree {
    overflow: inherit !important;
}
.qlda-source
{
    float:right;
    line-height:35px;
    font-style:italic;
    font-size:12px;
}
.qlda-bccvn {
    margin-left: 12px;
    line-height: 35px;
    cursor: pointer;
}
.qlda-bccvn i {
    color:#0072c6;
}
.qlda-formchild {
    /*border-top: 1px solid #ddd;*/
    padding-top: 10px;
/*    padding-left: 15px !important;*/
    margin-bottom: 0px;
    display:none;
}
.qlda-chitiet {
    position: relative;
    text-align: center;
    height: 25px;
    cursor: pointer;
    font-style: italic;
}
.qlda-chitietborder {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #0072c6;
}
.qlda-chitiettext {
    position: relative;
    top: -26px;
    background-color: #fff;
    color: #0072c6;
    padding: 0 8px;
}
.qlda-chitiet-item
{
    display:none;
}