﻿@font-face {
    font-family: "segoe_ui_light";
    src: ~"url('../font/SEGOEUIL.TTF')";
}

@font: 'segoe_ui_light';

@import "less/login_page";
@import "less/emp_info";

body {
    overflow-y: hidden;
}
/*Khai báo layout cho org chart*/
.org-chart-item {
    position: relative;
    left: 0;
    top: -15px;
    width: 100%;
    /*border:solid 4px red;*/
    background-color: #fff;
}

.org-chart-item .data-content {
    white-space: pre-wrap !important;
    text-align: left;
    padding-right: 10px;
}

.org-chart-item .data-content-number {
    white-space: pre-wrap !important;
    text-align: left;
}

.org-chart-item td#title {
    min-height: 80px !important;
}

.org-chart-item td.label {
    text-align: right !important;
    font-weight: bold;
    white-space: nowrap !important;
    padding-right: 10px;
}

.debug {
    border: solid 4px red !important;
}

.lv-hcs-font-size-0 {
    font-size: 10pt !important;
}

div.orgchart {
    background-image: none !important;
}

div.node {
    /*min-height:120px;*/
    border-radius: 0 !important;
}

.orgchart td > .down {
}

div.node .title {
    border-radius: 0 !important;
}

div.node .content {
    /*min-height:120px;*/
    border-radius: 0 !important;
}

.lv-hcs-mask-loading {
    z-index: 20000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../Loading.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.lv-tree-node-content {
    text-justify: auto;
    padding: 4px;
    white-space: pre-wrap !important;
}

.lv-hcs-app-title {
    box-sizing: border-box;
    color: rgb(102, 102, 102);
    cursor: text;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 39px;
    line-height: 39px;
    text-align: center !important;
    white-space: pre-line;
    width: 368.188px;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
    -webkit-user-select: text;
}

.div-callback-error {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.div-callback-error .frame {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
}

.div-callback-error .bottom {
    position: fixed;
    left: 0;
    height: 40px;
    right: 0;
    bottom: 30px;
}

.div-callback-error .bottom input {
    float: right;
}

.hcs-app-header {
    background-color: #fff !important;
}

.hcs-app-header-menu button .sapMBtnDefault {
    border: none !important;
}

.hcs-app-header-menu button::selection {
    border: solid 4px red;
}

.hcs-home-menu-item {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 176px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    width: 184px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    background-color: #fff;
    margin: 5px;
    float: left;
}

.home-menu-container {
    width: 100%;
}

.hcs-home-menu-item .title {
    font-size: 16px;
    font-weight: normal;
}

.hcs-main-body {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(45, 169, 177) 0px, rgb(23, 130, 153) 50%, rgb(26, 76, 125) 100%);
    color: rgb(0, 0, 0);
    display: block;
    filter: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    overflow-y: auto;
}

.group-caption {
    color: rgb(255, 255, 255);
    cursor: default;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    width: 100%;
    clear: both;
}

.TinTucSuKien.image {
    padding: 10px !important;
    min-width: 220px !important;
    background-color: #fff !important;
}

.TinTucSuKien.summary {
    padding: 10px !important;
    margin-left: 10px !important;
    background-color: #fff !important;
    min-width: 400px;
}

.h-scroll {
    overflow-x: auto !important;
    border: solid 4px red;
}

.debug {
    border: solid 4px red;
}

.portal-employee-view {
}

.portal-employee-item {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px #cccccc solid !important;
    background-color: #eceaea !important;
    margin: 1px 7px 1px 7px !important;
}

/**ndtrien*/
.lv-disable-list {
    pointer-events: none;
}

.lv-disable-list-item {
    pointer-events: none;
}

.lv-disable-list-item .sapMSLITitleOnly {
    color: #cecece;
}

.lv-list-container {
    height: 48px;

    .lv-hbox-info {
        position: relative;

        .lv-info-icon {
            position: absolute;
            margin-top: 5px;
            left: 0;
        }

        .lv-info-caption {
            width: 165px;
        }

        .lv-info-right-caption {
            width: 70px;
        }

        .lv-info-name-botton {
            position: absolute;
            right: 0;
            max-width: ~"calc(100% - 60px)";
        }

        .lv-info-name {
            position: absolute;
            margin-top: 5px;
            right: 0;
            max-width: ~"calc(100% - 60px)";
        }

        .lv-color-text {
            color: green;
        }
    }

    .lv-lbl-title {
        line-height: 20px;
    }
}

@h_calendar_1: 44px;

.lv-scroll-container {
    width: 3640px;

    .sapMListTbl {
        width: unset !important;
    }

    .sapMBarChild.sapMPlanCalHead {
        width: 228px;
    }
    /*overflow-x: scroll;*/
    .sapUiCalendarRowAppsInt.sapUiCalendarRowAppsIntNoHead {
        width: 110px !important;
        min-width: 110px;
        max-width: 110px;
        height: @h_calendar_1 !important;
        min-height: @h_calendar_1;
        max-height: @h_calendar_1;
        background-color: ghostwhite;

        * {
            width: 110px !important;
            min-width: 110px;
            max-width: 110px;
            height: @h_calendar_1 !important;
            min-height: @h_calendar_1;
            max-height: @h_calendar_1;
            background-color: ghostwhite;
        }
    }

    .sapUiCalendarApp.sapUiCalendarAppTitleOnly {
        width: 110px !important;
        min-width: 110px;
        max-width: 110px;
        height: @h_calendar_1 !important;
        min-height: @h_calendar_1;
        max-height: @h_calendar_1;

        * {
            width: 110px !important;
            min-width: 110px;
            max-width: 110px;
            height: @h_calendar_1 !important;
            min-height: @h_calendar_1;
            max-height: @h_calendar_1;
        }
    }

    .sapUiCalItems {
        display: flex;

        .sapUiCalItem {
            width: 110px !important;
            min-width: 110px;
            max-width: 110px;
            height: 40px !important;
            min-height: 40px;
            max-height: 40px;
        }
    }

    .sapMListTblCell.sapMPlanCalRowHead {
        width: 197px !important;
    }

    .sapMBarChild.sapUiCalInt {
        width: 100% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -12px !important;
    }

    .sapUiCalendarAppTitle {
        padding-top: 0 !important;
    }
    /*.sapUiCalItem {
        width: 120px !important;
        min-width: 120px;
        max-width: 120px;
    }*/
    /*.sapUiCalendarApp.sapUiCalendarAppTitleOnly{
        left: 120px!important;
        right: 0!important;
    }*/
    .sapUiCalendarRowApps {
        height: @h_calendar_1 !important;
        min-height: @h_calendar_1 !important;
        max-height: @h_calendar_1 !important;
    }

    .sapUiCalNoNameLine > .sapUiCalItems > .sapUiCalItem > .sapUiCalItemText {
        padding-top: 0.5rem;
        line-height: 2rem;
    }

    .sapUiCalNoNameLine > .sapUiCalItems > .sapUiCalItem > .sapUiCalDayName {
        line-height: 0.5rem;
        height: 1rem;
        font-size: 0.75rem;
        color: #666666;
        padding-top: 0.375rem;
    }

    .sapMListTblCell.sapMPlanCalAppRow {
        width: max-content !important;
        display: flex;
    }

    .sapMSLI.sapMSLIDescNoIcon {
        height: auto !important;
        width: 197px;
    }

    .sapMPlanCalRowLarge.sapUiCalendarRow {
        /*height: 40px;*/
        padding-top: 0 !important;
    }
}



.lv-width-calendar-name {
    width: 400%;
}

/*.sapTntNavLIItemSelected .sapTntNavLIGroup {
    border-bottom: 1px solid #e5e5e5 !important;
    color: white !important;
    height: 48px !important;
    background-color: rgba(54,62,67,0.96) !important;
}
.sapTntNavLIGroup:not(.sapTntNavLIItemDisabled):active {
    border-bottom: 1px solid #e5e5e5 !important;
    border-bottom: unset !important;
    color: white !important;
    height: 48px;
}*/

.sapTntSideNavigationSeparator {
    background-color: white !important;
}

.lv-font-weight {
    font-weight: bold;
}

.lv-height-form-element {
    height: 500px !important;

    .sapMPanelContent {
        border-bottom: 0px solid #dddddd !important;
    }
}

.lv-height-form-table {
    height: 400px !important;
}

.lv-margin-left-form {
    margin-left: 45px !important;
}

.lv-BU-form {
    .sapUiFormResGridMain {
        > div:last-child {
            border-left: 1px solid #d5d5d5;
        }
    }
}

.lv-checkbox-custom {
    margin-left: 23px;
}

.lv-padding-dialog {
    padding: 10px !important;
}
/**end ndtrien*/

.vbox-align-text {
    margin-top: 16px !important;
}

.vbox-align-number {
    text-align: right !important;
}

.vbox-align-text-left {
    text-align: left !important;
}

.vbox-title-text {
    font-weight: bold !important;
    font-size: 0.875rem !important;
}

/** nhtrung*/
.fomula-textarea-customer {
    background-color: white !important;
}
/*pqviet*/
.lv-info-name {
    padding-left: 40px;
    color: green !important;
    right: 0 !important;
    /*position: absolute;
            margin-top: 5px;
            right: 0;
            max-width: ~"calc(100% - 60px)";
              color: green !important;*/
}

.lv-hbox-info_new {
    padding-right: 10px !important;
}

.tas-list-container {
    height: 48px;

    .tas-hbox-info {
        position: relative;

        .tas-info-icon {
            position: absolute;
            margin-top: 5px;
            left: 0;
        }

        .tas-info-name-botton {
            position: absolute;
            right: 0;
            color: red;
            max-width: ~"calc(100% - 60px)";
        }

        .tas-info-name {
            position: absolute;
            margin-top: 5px;
            right: 0;
            max-width: ~"calc(100% - 60px)";
        }
    }

    .tas-lbl-title {
        line-height: 20px;
    }

    .lv-info-color-green {
        color: green !important;
    }

    .lv-info-color-black {
        color: #666666 !important;
    }
}

.lv-padding {
    padding-left: 10px;
}

.lv-padding-text {
    // padding:10px,10px,10px,10px !important;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
/*end pqviet*/
/*lvhao*/
.lv-tree-node-copy {
    text-justify: auto;
    padding: 8px;
    white-space: pre-wrap !important;
}

.lv-margin-right {
    margin-right: 10px !important;
}

.tas-split-master-80 > .sapMSplitContainerMaster {
    width: 80px !important;
}

.vBox-item-center {
    align-items: center !important;
}

.maintoolbar_Custum01 {
    background-color: transparent !important;
    border: none !important;
}

.tas-split-master-addnewThiDuaKhenThuong > .sapMSplitContainerMaster {
    width: 50% !important;
}

.sapMSLIInfoSuccess {
    width: 100px !important;
}

.maintoolbar_Custum02 {
    background-color: transparent !important;
    border-bottom: 1px solid #cccccc !important;
}

.lv-margin-vBox-10 {
    margin-left: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tas-split-master-220 > .sapMSplitContainerMaster {
    width: 220px !important;
}

.tas-split-master-260 > .sapMSplitContainerMaster {
    width: 260px !important;
}

.hcs-custom-detail-page {
    .sapMPageEnableScrolling {
        margin-top: 32px !important;
    }
}

.hcs-max-height {
    /*height: 100% !important;
    top: 2rem !important;*/
    .sapMPageWithHeader.lv-hcsls-show-header {
        top: 2rem !important;
        height: calc(100%) !important;
    }
}

.hcs-custom-page {
    margin-top: -4rem !important;
    height: calc(100% + 4rem) !important;
}

.hcs-height-customlist {
    height: 20px;
}

.hcs-page-top {
    top: 0 !important;
}

.hcs-width-label {
    width: 110px;
}

.hcs-font-size-custom {
    font-size: 14px !important;
}

.hcs-custom-semantic-page {

    .sapMPageHeader {
        display: contents !important;
        height: 90px !important;

        .sapUiSizeCompact .sapMPageHeader .sapMIBar .sapMBarRight {
            height: 90px !important;
        }
    }

    .sapMBarContainer {
        height: 90px !important;

        .sapMTBStandard {
            width: 100%;
            height: 90px !important;

            .sapMBarChild {
                width: 100%;
            }
        }
    }

    .sapMPageSubHeader {
        padding-top: 90px !important;
    }

    .sapMPageEnableScrolling {
        margin-top: 90px !important;
    }
}

.hcs-custom-button {
    border: 1px solid #ccc !important;
}

.hcs-custom-button-padding {
    margin-top: 5px !important;
}

.iconMargin {
    margin-left: 5px !important;
}

.tas-icon-tab-change-master {
    height: 2rem !important;

    .sapMITBHead {
        height: 2rem !important;
    }

    .sapMITBAll .sapMITBTab {
        height: 0rem !important;
        line-height: 1rem !important;
        margin: 0;
        padding: 0 !important;
        margin-top: -5px;
    }

    .sapMITBTextOnly > .sapMITBVertical {
        height: 2rem !important;
        outline: none !important;
    }

    .sapMITBSelected > .sapMITBContentArrow {
        height: 5px;
        padding-top: 15px;
    }

    .sapMITBSepLine {
        border: 0.5px solid #bfbfbf;
    }

    .sapMITBAll:first-Child > .sapMITBTab > .sapMITBCount {
        padding-top: 10px;
    }

    .sapMITBAll .sapMITBCount {
        padding-top: 10px;
    }

    .sapMITBAll .sapMITBText {
        margin-bottom: -10px;
        outline: none !important;
    }

    .sapMITBContainerContent {
        border-bottom: 0;
    }
}

.tas-detail-page-color {
    .sapMIBar.sapMSubHeader-CTX {
        background-color: #f2f8fc !important;
    }
}

.hcs-lock-data2 {
    .sapMPanelContent {
        padding: 0 !important;
    }

    .sapUiFormResGrid > div {
        padding: 0 0.75rem !important;
    }

    .sapMPage {
        height: calc(~'100% - 157px');
    }
}

.hcs-border-right-form {
    border-right: 1px solid #3333;
}

.hcs-border-left-form {
    border-left: 1px solid #3333;
}

.hcs-padding-top-10 {
    padding-top: 10px;
}

.hcs-padding-left-20 {
    padding-left: 20px;
}

.hcs-padding-left-10 {
    padding-left: 10px !important;
}

.hcs-border-rows {
    border-top: 1px solid red !important;
    border-bottom: 1px solid red;
}

.hcs-orgchart {
    background-image: none !important;
    background-color: #fafafa;
    min-width: 100%;
    padding: 30px 20px;
}

.hcs-orgchart .node {
    min-width: 206px;
    min-height: 180px;
    padding: 0;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.hcs-orgchart .node:hover {
    background-color: rgb(252, 252, 252) !important;
}

.hcs-orgchart .node.focused {
    background-color: transparent !important;
}

.hcs-orgchart .node .content {
    height: 60px;
    display: block;
    text-align: left;
    padding: 0;
    border: none;
    overflow: unset;
    text-align: left;
    position: relative;
    background: none;
}

.hcs-orgchart.l2r .node {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.hcs-orgchart .node .bottom {
    height: 34px;
    clear: both;
    font-size: 12px;
    border: 2px #ddd solid;
    border-top-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.hcs-orgchart .node .bottom div {
    //width: 33.33%;
    display: inline-block;
    height: 100%;
    text-align: center;
    line-height: 34px;
}

.hcs-orgchart .node .info {
    overflow: visible !important;
    width: 184px !important;
    float: left;
    height: auto;
    padding: 0px 10px 10px 10px;
    border-right: 2px #ddd solid;
    border-left: 2px #ddd solid;
    position: relative;
    background-color: #fff;
}

.hcs-orgchart .view-manager {
    padding: 4px 6px;
    background: #5fb2d7;
    color: #fff;
    border-radius: 5px;
}

.hcs-orgchart .view-sub-manager,
.hcs-orgchart .view-icon {
    padding: 3px 5px;
    background: #fff;
    color: #5fb2d7;
    border-radius: 5px;
    border: 1px #5fb2d7 dashed;
    margin-left: 5px;
}

.hcs-orgchart .view-manager > i,
.hcs-orgchart .view-sub-manager > i,
.hcs-orgchart .view-icon > i {
    font-size: 11px !important;
    top: -2px;
    cursor: inherit;
}

.hcs-orgchart .view-manager > span,
.hcs-orgchart .view-sub-manager > span,
.hcs-orgchart .view-icon > span {
    font-size: 10px !important;
    cursor: inherit;
}

.hcs-orgchart .info .image-new-hire {
    width: 60px;
    float: left;
    height: 60px;
    border-radius: 3px;
    display: none;
    border: 1px #ddd dashed;
}

.hcs-orgchart .info .image {
    width: 60px;
    float: left;
    height: 60px;
    border-radius: 3px;
    display: none;
    margin: 0;
}

.hcs-orgchart .node .view-parent {
    cursor: pointer;
    color: #fff;
    display: none;
    background: #f8a518;
    padding: 4px 6px;
    margin-left: 5px;
    border-radius: 5px;
}

.hcs-orgchart .node .view-warning {
    display: none;
    padding: 4px 6px;
    border-radius: 5px;
}

.hcs-orgchart .node .view-warning.yellow {
    color: #c3ab00;
    display: inline;
}

.hcs-orgchart .node .view-warning.red {
    color: red;
    display: inline;
}

.hcs-orgchart .info .wrapper {
    padding: 0;
    margin-left: 70px;
    height: auto;
}

.hcs-orgchart i.sap-icon {
    font-family: 'SAP-icons';
    position: relative;
    cursor: default;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}

.hcs-orgchart i.sap-icon.sap-show:before {
    content: "\e1e9";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-detail-view:before {
    content: "\e1d8";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-employee:before {
    content: "\e036";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-icon-male:before {
    content: "\e0A6";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-icon-female:before {
    content: "\e0A5";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-icon-decline:before {
    content: "\e03e";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-icon-person-placeholder:before {
    content: "\e0ca";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

.hcs-orgchart i.sap-icon.sap-show:before {
    content: "\e1e9";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart i.sap-icon.sap-icon-warning:before {
    content: "\e094";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart .node .list {
    overflow: visible !important;
    width: 206px !important;
    float: left;
    height: auto;
    border: 1px #ddd solid;
    display: none;
    margin: 0 9px 0 9px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.hcs-orgchart .node .list.managers,
.hcs-orgchart .node .list.submanagers,
.hcs-orgchart .node .list.parentmanager {
    display: block;
}

.hcs-orgchart .node .more {
    position: absolute;
    bottom: 4px;
    left: calc(50% - 6px);
    display: none;
}

.hcs-orgchart .node .more:before {
    font-family: 'SAP-icons';
    content: "\e1f9";
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
}

.hcs-orgchart .node .list .list-row {
    text-align: left;
    padding: 6px 10px;
    font-size: 12px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.hcs-orgchart .node .list .list-row:last-child {
    border-bottom: none;
}

.hcs-orgchart .node .line {
    margin-top: 160px;
    height: 40px;
    font-size: 35px;
    color: #fff;
}

.hcs-orgchart .node .line:before {
    content: "";
    width: 2px;
    height: 40px;
    left: 50%;
    top: 0;
    margin-top: 100px;
    border: 1px solid;
}

.hcs-orgchart .node .list-row .wrapper {
    padding: 0;
    margin-left: 35px;
    height: 30px;
    width: 130px;
}

.hcs-orgchart i.fa {
    font-family: 'SAP-icons';
    position: relative;
    cursor: default;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}

.hcs-orgchart .bottomEdge.fa-chevron-up:before,
.hcs-orgchart .list .fa-chevron-up:before {
    content: "\e1f7";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart .bottomEdge.fa-chevron-down:before,
.hcs-orgchart .list .fa-chevron-down:before {
    content: "\e1f6";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart .topEdge.fa-chevron-up:before {
    content: "\e1e1";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart .topEdge.fa-chevron-down:before {
    content: "\e1e2";
    display: inline-block;
    vertical-align: middle;
}

.hcs-orgchart td.left {
    border-left: 1px solid #A9B3BB;
}

.hcs-orgchart td.right {
    border-right: 1px solid #A9B3BB;
}

.hcs-orgchart td.top {
    border-top: 2px solid #A9B3BB;
}

.hcs-orgchart td > .down {
    background-color: #A9B3BB;
}

.hcs-orgchart .horizontalEdge.rightEdge {
    display: none;
}

.hcs-orgchart .horizontalEdge.leftEdge {
    display: none;
}

.hcs-orgchart .verticalEdge.bottomEdge {
    display: block;
}

.hcs-orgchart .node .bottomEdge {
    bottom: 6px;
}

.hcs-orgchart .node .view-detail {
    border-right: 1px #ddd solid;
    cursor: pointer;
}

.hcs-orgchart .node .direct-view-detail {
    border-left: 1px #ddd solid;
    cursor: pointer;
}

.hcs-orgchart .node .edge.bottomEdge {
    width: 20px;
    left: calc(50% - 10px);
}

.hcs-orgchart .node .edge.bottomEdge {
    font-size: 20px;
    position: absolute;
    color: #7fcbd9;
    cursor: default;
    transition: .2s;
    -webkit-transition: .2s;
    cursor: pointer;
}

.hcs-orgchart .node .edge.topEdge {
    font-size: 12px;
    position: absolute;
    color: #aeaeae;
    cursor: default;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    right: 5px !important;
    bottom: 111px;
    top: unset;
    left: unset;
    height: 20px;
    line-height: 13px;
    width: 25px !important;
}

.hcs-orgchart .title .view-employee {
    padding: 4px 6px 4px 6px;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 0;
}

.hcs-orgchart .title .view-employee > i {
    font-size: 12px !important;
    top: -2px;
}

.hcs-orgchart .title .view-employee > span {
    font-size: 11px !important;
    margin-left: 3px;
}

.hcs-orgchart .node .collapse {
    position: absolute;
    width: 110%;
    top: -25%;
    left: -5%;
    display: none;
}

.hcs-orgchart .node .collapse > .collapse-title {
    padding: 10px 5px;
    text-align: left;
    width: 80%;
    display: inline-block;
    color: #fff;
}

.hcs-orgchart .node .collapse > i {
    width: 10%;
    font-size: 16px;
    padding-bottom: 5px;
    cursor: pointer;
    color: #fff;
}


.hcs-orgchart .node.expanded .collapse {
    display: block;
    z-index: 21;
    background: #5fb2d7;
    border-radius: 10px;
}

.hcs-orgchart .node.expanded .title {
    z-index: 23;
}

.hcs-orgchart .node.expanded .bg-title {
    z-index: 22;
}

.hcs-orgchart .node.expanded .content {
    z-index: 23;
}

.hcs-orgchart .node.expanded .edge {
    display: none;
}

.hcs-orgchart .node.expanded .bottom {
    display: none;
}

.hcs-orgchart .node.expanded .info {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #fff;
}

.hcs-orgchart .ellipsis {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.hcs-orgchart .node.dashed .info {
    border-right: 2px #ddd dashed;
    border-left: 2px #ddd dashed;
}

.hcs-orgchart .node.dashed .bottom {
    border: 2px #ddd dashed;
    border-top-width: 1px;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.hcs-orgchart .node.dashed .view-detail {
    border-right: 1px #ddd dashed;
}

.hcs-orgchart .node.dashed .direct-view-detail {
    border-left: 1px #ddd dashed;
}

.hcs-orgchart .node.dashed.expanded .info {
    border-right: 2px #fff solid;
    border-left: 2px #fff solid;
}

.hcs-orgchart .lines .topLine {
    border-top-color: #9db0be;
}

.hcs-orgchart .lines .leftLine {
    border-left-color: #9db0be;
}

.hcs-orgchart .lines .rightLine {
    border-right-color: #9db0be;
}

.hcs-orgchart .lines .downLine {
    background-color: #9db0be;
}

.hcs-orgchart .transition {
    transition: transform 0.5s ease-in 1s;
}

.hcs-visible-border {
    .sapUxAPObjectPageSectionHeader {
        display: none !important;
    }
}

.hcs-icon-tab-headcount {
    .sapMITBScrollContainer {
        margin: 0 0 0 5px !important;
    }
}

.lv-checkbox-margin-left {
    .sapMCbMark {
        margin-left: 40px !important;
    }

    .sapMCbLabel {
        margin-left: 40px !important;
    }
}

.lv-checkbox-margin-left135 {
    .sapMRbB {
        margin-left: 135px !important;
    }

    .sapMCbLabel {
        margin-left: 135px !important;
    }
}

.lblSetUpDGTVProcess {
    margin-top: 10px !important;
    margin-right: 10px !important;
}

.marginbootom10 {
    margin-bottom: 10px !important;
}



/*lpsang*/

.lv-label-color-green {
    color: forestgreen !important;
}

/*end lpsang*/

/*tvnhuy*/
.hcs-hsnv-logo-img {
    max-width: 100%;
    max-height: 200px;
}
/*end tvnhuy*/

/*natrung*/
.hcs-timesheet-emp-avatar{
    padding-right: 10px;
    border-radius: 50%;
}

.hcs-timesheet-table-master{
    margin-bottom: 5px !important;
}

.hcs-timesheet-table-master th{
    background-color: #008ccb !important;
}

.hcs-timesheet-table-master th span, .hcs-timesheet-table-detail th span{
    color: white !important;
}

.hcs-timesheet-table-master th:nth-child(1),.hcs-timesheet-table-master td:nth-child(1),.hcs-timesheet-table-master th:nth-last-child(1),.hcs-timesheet-table-master td:nth-last-child(1){
    width: 0 !important;
}

.hcs-timesheet-table-master th,.hcs-timesheet-table-master td{
    width: 170px !important;
}

.hcs-timesheet-table-master th, .hcs-timesheet-table-master td, .hcs-timesheet-table-detail th, .hcs-timesheet-table-detail td{
    border: 1px solid #e5e5e5;
}

.hcs-timesheet-table-master td >div div{
    padding-bottom: 3px;
}

.hcs-timesheet-table-master td >div div div{
    padding-right: 5px;
}

.hcs-timesheet-table-master tr th:nth-child(2){
    width: 200px !important;
}

.hcs-timesheet-table-master tr td:nth-child(2){
    pointer-events: none;
    background-color: #F5F5F5;
    text-align: left !important;
    width: 200px !important;
}

.hcs-timesheet-table-master tr:hover{
    background-color: white;
}

.hcs-timesheet-table-master-td-click{
    background-color: #e6f2f9;
}

.hcs-timesheet-table-master-dong2IconSuff-parent{
    position: absolute !important;
    right: 0 !important;
}

.hcs-timesheet-table-master-dong2IconSuff{
}

.hcs-timesheet-table-master-row-none, .hcs-timesheet-table-master-cell-value{
    display: none !important;
}

.hcs-timesheet-table-detail{
}

.hcs-timesheet-table-detail th{
    background-color: #01638f !important;
    top: 30px !important;
}

.hcs-timesheet-toolbar{
    position: fixed;
    z-index: 99;
    width: 100%;
}

.hcs-timesheet-table-master tr th:nth-child(2){
    position: sticky;
    z-index: 99;
}

.hcs-timesheet-table-master tr td:nth-child(2){
    position: absolute;
    z-index: 98;
    width: 206px !important;
    height: 77px !important;
    max-height: 300px !important;
}

.hcs-timesheet-align-center{
    text-align: center !important;
}

.hcs-timesheet-align-right{
    text-align: right !important;
}

.hcs-timesheet-align-left{
    text-align: left !important;
}


.hcs-page-format-above-footer{
    position: fixed;
    bottom: 30px;
    width: 100%;
    background-color: white;
}

.hcs-format-label-openui{
    margin-top: 10px !important;
}

.hcs-format-label-noti-inout{
    color: red !important;
    font-weight: 700 !important;
}

.hcs-format-img-inout{
    margin-top: 15px;
    width: 165px; 
    height: 185px;
    text-align: center !important;
    line-height: 165px;
}

.hcs-format-text-inout{
    margin-left: 26px;
}

.hcs-format-page-inout{
    background-color: white !important;
    font-size: 14px !important;
}

.hcs-format-page-inout .sapMLabel{
    font-size: 14px !important;
}

.hcs-format-page-inout .sapMText{
    font-size: 14px !important;
}
/*end natrung*/