﻿/*#region HSNV*/

.lv-hsnv-emp-code {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
    margin-left: -60px;
    position: absolute;
    font-size: 18px !important;
    color: rgba(58,78,97, .8);
    font: 700 18px/1.3 "FaktSlabPro";
    /*font: 500 18px/1.3 "FaktSlabPro", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
}

.lv-hsnv-emp-name {
    text-align: center;
    padding-top: 10px;

    > span {
        color: #000;
        padding-top: 5px;
        height: 35px;
        font: 600 20px/1.2 "Metric", "Arial", Gadget, sans-serif;
    }
}

.lv-hsnv-item {
    border-radius: 5px;
    margin: 10px 10px 15px 10px !important;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px #cccccc solid !important;
    background-color: #EBF5D7 !important;
}

.lv-hsnv-item:hover {
    border: 3px #009de0 solid !important;
    margin: 8px 8px 13px 8px !important;
}

.lv-hsnv-item:first-child {
    text-align: center;
}

.lv-hsnv-list-item > .sapUiUx3DSFilterArea {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.lv-hsnv-listmode-info {
    margin-top: 2px;
}

.lv-hsnv-listmode-main {
    margin: 0 10px 0 10px;
}

.lv-hsnv-listmode-code {
    color: rgba(58,78,97, .8);
    font: 400 13px/1.3 "FaktSlabPro";
}

.lv-hsnv-listmode-name {
    /*font: 400 15px/1.2 "Metric", "Arial", Gadget, sans-serif;*/
    font-weight: bold;
    padding-bottom: 5px;
}

.lv-hsnv-listmode-item {
    border-radius: 5px;
    margin: 2px 10px 1px 10px !important;
    padding: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px #cccccc solid !important;
    background-color: #EBF5D7 !important;
}

.sapUiUx3DSSVItem:hover {
    border-radius: 5px;
    background-color: #fff !important;
}
/*Class background HSNV*/
.sapUiUx3DS {
    /*background-color: #dcecf0 !important;*/
    background-color: #fff !important;
}
/*#endregion HSNV*/

/*#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;

    > .name {
        font-size: 14px;
        font-family: Arial;
    }

    > .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;

    > ul {
        margin: 0;
        padding: 0;

        > li {
            list-style: none;
        }
    }

    .code {
        font-size: 18px;
        color: #7DC21F;
        /*font-weight: bold;*/
    }

    .name {
        font-size: 15px;
        /*font-weight: bold;*/
        margin-bottom: 10px;
    }

    .info {
        font-size: 12px;
        opacity: 0.8;
    }

    .toolbar {
        bottom: 0;
        width: 150px;
        height: 21px;
        font-size: 15px;
        position: absolute;
        text-align: right;

        > 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;

    .sapMPopoverArr {
        display: none;
    }

    .hcs-hsnv-button-characters {
        margin: 3px !important;
        height: 50px !important;
        padding: 0 !important;

        .sapMBtnDefault {
            height: 50px;
            width: 50px;
            font-size: 40px;
            padding: 0 !important;
            background: #59604E;
            color: #7DC21F;

            .sapMBtnContent {
                line-height: 50px !important;
            }
        }

        .sapMBtnDefault:hover {
            height: 50px;
            width: 50px;
            font-size: 40px;
            padding: 0 !important;
            background: #59604E !important;
            background-color: #59604E;
            color: #7DC21F;
        }
    }

    .hcs-hsnv-button-characters.button-characters-disabled {
        .sapMBtnDefault {
            height: 50px;
            width: 50px;
            font-size: 40px;
            padding: 0 !important;
            background: transparent;
            color: #333;
            border: none;

            .sapMBtnContent {
                line-height: 50px !important;
            }
        }

        .sapMBtnDefault:hover {
            height: 50px;
            width: 50px;
            font-size: 40px;
            padding: 0 !important;
            background: transparent !important;
            background-color: transparent;
            color: #333;
        }
    }
}
/*#endregion*/
