﻿
.lv-commons-tree .sapUiTreeContScroll .sapUiTreeNode {
    font-size: 0.875rem;
    padding-bottom: 4px;
    padding-top: 4px;
}

.lv-commons-tree .sapUiTreeTitle {
    font-size: 0.875rem;
    font-weight: normal;
}
.sapUiTreeCont{
        position: relative !important;
}
.hcs-vbox-header {
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
}

.hcs-vbox-header > .sapMFlexItem {
    height: 24px;
    line-height: 24px;
    text-align: left;
}

/*.scroll-cont-emps {
    background: #fff;
}*/

.hcs-hsnv-pg_list_grid {
    background: #fff;
}

/*#region Danh sách nhân viên trong HSNVV*/
.hcs-dbnv-emp-group {
    display: inline-block;
}

.hcs-dbnv-emp {
    width: 160px;
    height: 200px;
    float: left;
    margin: 5px;
    position: relative;
}

.hcs-dbnv-emp-img {
    width: 160px;
    height: 200px;
}

.hcs-dbnv-emp-basic-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: #728155;
    opacity: 0.8;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

.hcs-dbnv-emp-basic-info > .name {
    font-size: 14px;
    font-family: Arial;
}

.hcs-dbnv-emp-basic-info > .job-pos {
    font-size: 12px;
    opacity: 0.6;
}

.hcs-dbnv-emp-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 0;*/
    height: 180px;
    padding: 10px;
    background: #728155;
    opacity: 0.8;
    color: #fff;
    font-family: Arial;
    padding-top: 10px;
    text-align: left;
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
    vertical-align: middle;
    display: none;
}

.hcs-dbnv-emp-info > ul {
    margin: 0;
    padding: 0;
}

.hcs-dbnv-emp-info > ul > li {
    list-style: none;
}

.hcs-dbnv-emp-info .code {
    font-size: 18px;
    color: #7DC21F;
    /*font-weight: bold;*/
}

.hcs-dbnv-emp-info .name {
    font-size: 15px;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

.hcs-dbnv-emp-info .info {
    font-size: 12px;
    opacity: 0.8;
}

.hcs-dbnv-emp-info .toolbar {
    bottom: 0;
    width: 150px;
    height: 21px;
    font-size: 15px;
    position: absolute;
    text-align: right;
}

.hcs-dbnv-emp-info .toolbar > a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-family: SAP-icons;
}

.hcs-dbnv-group-firstname {
    font-weight: bold;
    color: #7dc21f;
    padding-left: 5px;
    font-size: 3rem;
    margin: 25px 0 15px 0;
    width: 2rem;
    cursor: pointer;
}

.hcs-popover-character {
    padding: 30px !important;
}

.hcs-popover-character .sapMPopoverArr {
    display: none;
}

.hcs-popover-character .hcs-hsnv-button-characters {
    margin: 3px !important;
    height: 50px !important;
    padding: 0 !important;
}

.hcs-popover-character .hcs-hsnv-button-characters .sapMBtnDefault {
    height: 50px;
    width: 50px;
    font-size: 40px;
    padding: 0 !important;
    background: #59604E;
    color: #7DC21F;
}

.hcs-popover-character .hcs-hsnv-button-characters .sapMBtnDefault:hover {
    height: 50px;
    width: 50px;
    font-size: 40px;
    padding: 0 !important;
    background: #59604E !important;
    background-color: #59604E;
    color: #7DC21F;
}

.hcs-popover-character .hcs-hsnv-button-characters .sapMBtnDefault .sapMBtnContent {
    line-height: 50px !important;
}

.hcs-popover-character .hcs-hsnv-button-characters.button-characters-disabled .sapMBtnDefault {
    height: 50px;
    width: 50px;
    font-size: 40px;
    padding: 0 !important;
    background: transparent;
    color: #333;
    border: none;
}

.hcs-popover-character .hcs-hsnv-button-characters.button-characters-disabled .sapMBtnDefault:hover {
    height: 50px;
    width: 50px;
    font-size: 40px;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent;
    color: #333;
}

.hcs-popover-character .hcs-hsnv-button-characters.button-characters-disabled .sapMBtnDefault .sapMBtnContent {
    line-height: 50px !important;
}
/*#endregion*/

.sapTntSideNavigation {
    border-right: 1px solid #e5e5e5 !important;
}

.hcs-pro-quickview-icon {
    margin-top: 12px;
    margin-right: 10px;
    color: #1C4C98;
}

.hcs-pro-quickview-text {
    margin-top: 12px;
    margin-left: 10px;
}

.image-title-HSNV {
    margin-right: 8px !important;
}

.circle-image {
    border-radius: 100%;
}
.new-color-toolbar {
    background-color: #f2f2f2 !important;
    border-top: 1px solid #ddd !important;
}

.text-align-left{
    text-align: left!important;
}

.text-align-right{
    text-align: right!important;
}

.text-align-center{
    text-align: center!important;
}
.change_width{
    width: 250px;
    color:red;
}