﻿/*.Salary {
    width: 800px;
}

.Salary-gridview {
    height: 500px;
}*/
.PaystubHandel-gridview {
    height: 73vh;
}

.SalarySolution-gridview {
    height: 50vh;
    border-right: 1px solid #ededed;
}

.PaystubHandle-gridview {
    height: 60vh;
}

.SalaryMonthData-gridview {
    height: 64vh;
}

.SalaryDetail-gridview {
    height: 76vh;
}

.SalaryItemDetail-gridview {
    height: 50vh;
}
/*
.SalaryApprove-frame {
    width: 700px
}
*/
.SalaryApprove-gridview {
    height: 60vh;
}

.SalaryShow-frame {
    width: 70vw;
    height: 85vh;
}

.SalaryShow-Item {
    max-height: 500px;
    overflow: auto;
}

.mumybox {
    border: 1px solid #c3b8b8;
    padding: 10px;
    border-radius: 5px;
}

.numybox-list {
    height: auto;
    height: 100% !important;
    width: 100% !important;
    border: none !important;
    padding: 5px !important;
}

.mumyitem-list {
    display: flex !important;
}

    .mumyitem-list .label-default {
        color: #26c281;
        font-weight: bold;
    }

.mumybox .mumyitem {
    margin: 0 2px;
    position: relative;
    top: 6px;
    height: 30px;
    display: inline-block;
}

.mumyitem > span {
    cursor: pointer;
}

.mumybox .mumyicon {
    top: -10px;
    right: -7px;
    position: absolute;
    background: #eee;
    border-radius: 50% !important;
    height: 15px;
    width: 15px;
    opacity: 0.7;
}

    .mumybox .mumyicon button {
        position: absolute;
        top: 3px;
        left: 3px;
    }
