/*s 파일 업로드 관련*/
.file-upload {
    background-color: #ffffff;
    padding: 20px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    position: relative;
}

/*e 파일 업로드 관련*/

/*jqgrid 셀 선택시*/
.ui-state-hover {
    color: black;
}

.grid-yellow {
    background-color: #ffff00 !important;
}

.grid-green {
    background-color: #00ff00 !important;
}

.grid-red {
    background-color: #ff0000 !important;
}

.evaluate-selector {
    /*display: block;*/
    /*width: 100%;*/
    margin-left: 10px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.evaluate-selector option[disabled] {
    background-color: #ced4da;
}

.evaluate-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.a-block {
    pointer-events: none;
}

.default-image-wh {
    width: 32vw !important;
    height: 22vw !important;
}

.portrait-image-wh {
    width: 25vw !important;
    height: 30vw !important;
}

.default-padding {
    padding-top: 40px;
}

.portrait-padding {
    padding-top: 85px;
}

.table.table-bordered.text-center.table-custom th,
.table.table-bordered.text-center.table-custom td {
    vertical-align: middle;
}

.table.table-bordered.text-center.table-custom .table-td {
    width: 93px;
}

.position {
    position: relative;
    cursor: default;
    user-select: none;
}
.position-bottom-0 {
    position: absolute;
    bottom: 0;
}
[name='divBox'] {
    margin: 5px auto;
}
.label-css2 {
    width: 60px;
    padding-top: 5px
}
.label-css4 {
    width: 120px;
    padding-top: 5px
}
.label-css6 {
    width: 180px;
    padding-top: 5px
}
.label-css20 {
    width: 200px;
    padding-top: 5px
}
