@charset "utf-8";

.editor-wrap {
    background-color: #ffffff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    clear: both;
}

#crfpage-editor div.editor-wrap {
    margin-left: 0;
    margin-right: 0;
}

.popup-editor-wrap {
    background-color: #ffffff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.editor-wrap > form {
    box-shadow: 0 0 5px 2px #d0d0d0;
}

.editor-title {
    font-size: 17px;
    font-weight: bold;
    color: #363636;
    padding-bottom: 10px;
}

.editor-title .table-header-icon {
    vertical-align: middle;
    width: 19px;
    height: 19px;
}

.estyle {
    font-size: 13px;
    font-weight: 400;
    padding: 2px 0 3px 0;
}

.estyle th {
    color: #363636;
    font-size: 15px;
    font-weight:500;
    padding: 8px 0 8px 40px;
}

.estyle th.label-mandatory {
    /*padding-left must be 40px*/
}

.estyle th.label-non-mandatory {
    padding-left: 50px;
}

.estyle th span {
    display: inline-block;
    width: 4px;
    height: 4px;
    font-size: 0;
    background-color: #f00;
    margin-right: 6px;
    line-height: 0;
    vertical-align: middle;
    border-radius: 100%;
    overflow: hidden;
    clip: rect(0px,4px,4px,0px);
}

.estyle div {
    color: #363636;
    font-weight: 400;
}

.estyle select:not([multiple]) {
    padding: 0 20px 0 10px;
    font-size: 13px;
    font-weight: 400;
    height: 24px;
    border-radius: 2px;
    border: solid 1px #cdcdcd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../image/dropdown01.png') no-repeat 97% 50%; /* 화살표 아이콘 추가 */
}

.estyle select::-ms-expand {
    display: none;            /* 화살표 없애기 for IE10, 11*/
}

.estyle select option {
    padding: 0 10px 0 10px;
}

.estyle select[multiple] {
    height: 180px;
    width: 200px;
    padding: 0px 10px 0px 10px;
}

.estyle th {
    text-align: left;
}

.estyle td {
    padding: 8px 10px;
}

.estyle tbody > tr:first-of-type td,
.estyle tbody > tr:first-of-type th{
    padding-top: 24px;
}

.estyle tbody > tr:last-of-type td,
.estyle tbody > tr:last-of-type th{
    padding-bottom: 24px;
}

.no-initial-padding tbody > tr:first-of-type td,
.no-initial-padding tbody > tr:first-of-type th {
    padding-top: 0;
    padding-bottom: 0;
}

.stripe tbody > tr:first-of-type td,
.stripe tbody > tr:first-of-type th {
    padding-top: 8px;
}

.stripe tbody > tr:nth-child(2n) td,
.stripe tbody > tr:nth-child(2n) th {
    background-color: #f2f2f2;
}

.estyle td input[type=checkbox] {
    vertical-align: middle;
}

.estyle td input[type=radio] {
    vertical-align: middle;
}

.estyle td input {
    font-size: 13px;
    height: 24px;
    font-weight:400;
    border-radius: 2px;
    border: solid 1px #b3b3b3;
    padding: 0 10px;
}

.estyle td input[readonly=readonly],
.estyle td textarea[readonly=readonly]{
    padding-left: 0;    
    border: 0;
}

.estyle td input[type=password][readonly=readonly]{
    padding: 0 10px;
    border: solid 1px #b3b3b3;
}

.estyle td textarea {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    overflow-y:auto;
    width:calc(100% - 8px);
    max-width:calc(100% - 8px) !important;
    min-height:24px;
    height:24px;
    max-height:150px;
    padding: 0 10px;
    font-size: 13px;
    font-weight:400;
    vertical-align: middle;
    border: solid 1px #b3b3b3;
    -webkit-border-radius:2px;
    border-radius:2px;
    resize:none;
}

.popup-editor-btn {
    text-align: right;
    padding-bottom: 10px;
}

.eduitRowBtn {
    float: right;
    padding-right: 30px;
}

.popup-editor-wrap .editor-title {
    font-size: 17px;
    font-weight: 500;
    color: #363636;
    padding: 0 0 0 0;
}

.popup-editor-wrap .estyle td div {
    max-height: 300px;
    /*overflow-y : auto;*/
    /*    padding-right: 10px;*/
}

.popup-editor-wrap .estyle tbody > tr:first-of-type td,
.popup-editor-wrap .estyle tbody > tr:first-of-type th {
    padding-top: 5px;
}

.popup-editor-wrap .estyle tbody > tr:last-of-type td,
.popup-editor-wrap .estyle tbody > tr:last-of-type th {
    padding-bottom: 5px;
}

.estyle .edit-button {
    padding: 2px 18px;
    font-size: 13px;
    font-weight: 400;
}

.popup-editor-wrap input[type="number"]::-webkit-outer-spin-button,
.popup-editor-wrap input[type="number"]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

/* conceal arrow from number type input on Firefox */
.popup-editor-wrap input[type="number"] {
    -moz-appearance: textfield;
}
