﻿@font-face {
    font-family: "segoe_ui_light";
    src: ~"url('../../font/SEGOEUIL.TTF')";
}

@font: 'segoe_ui_light';

@import "homepage";
@import "hirelist";
@import "talent";

div.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 60000;
    background-image: url('../../Loading.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.lv-hcs-mask-loading {
    z-index: 60000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../../Loading.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.div-callback-error {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;

    .frame {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 30px;
    }

    .bottom {
        position: fixed;
        left: 0;
        height: 40px;
        right: 0;
        bottom: 30px;

        input {
            float: right;
        }
    }
}

.lv-disable-input-datepicker input {
    pointer-events: none !important;
}

.site-function-detail.sapUiSizeCompact {
    .no-border {
        border: 0;
    }
}

.tas-emp-profile-table {
    background: #fff;
    /*td[role=gridcell] {
        padding: 8px 8px 8px 12px !important;
    }*/
}

.lv-toolbar-table {
    height: 18px !important;
    border: 0 !important;

    button {
        height: 18px !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

.HSNV-split-master > .sapMSplitContainerMaster {
    width: 240px !important;
}

.lv-tree-bold-caption {
    font-weight: bold;
}

.lv-tree-disable-caption {
    opacity: 0.3;
}

.lv-Lable-1{
    color:#666666 !important;
}

.lv-dialog-attach-file{
    width: 100%;
    height: 100%;
}

.lv-dialog-attach-file section{
    overflow: hidden !important;
}

.lv-dialog-attach-file iframe{
    width: 100% !important;
    min-height: 300px !important;
    min-height: 500px !important;
}