﻿.yjit-main-form {
    display: inline-block;
    margin-left: 150px;
    width: 1024px;
}

.yjit-search-panel {
    height: 100%;
    width: 100%;
    margin-bottom: 100px;
}

.yjit-main-title {
    box-sizing: border-box;
    font-size: 30px;
    color: #232323;
    font-weight: normal;
    font-family: "Helve Neue","Segoe UI", Helvetica, Vendana, sans-serif;
    line-height: normal;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    clear: both;
    padding: 3px 0 5px 0; /* top right bottom left */
    margin: 0 0 5px 0;
    outline: 0;
    border-bottom: 1px solid #d3d3d3;
}

.yjit-group-title {
    box-sizing: border-box;
    font-size: 20px;
    color: #232323;
    font-weight: normal;
    font-family: "Helve Neue","Segoe UI", Helvetica, Vendana, sans-serif;
    line-height: normal;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    clear: both;
    padding: 10px 0 0 0; /* top right bottom left */
    margin: 0 0 3px 0;
    outline: 0;
    border-bottom: 1px solid #d3d3d3;
}


.yjit-groups-title {
    box-sizing: border-box;
    font-size: 13px;
    color: #232323;
    font-weight: normal;
    font-family: "Helve Neue","Segoe UI", Helvetica, Vendana, sans-serif;
    line-height: normal;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    clear: both;
    padding: 10px 0 0 0; /* top right bottom left */
    margin: 0 0 3px 0;
    outline: 0;
    border-bottom: 1px solid #d3d3d3;
}

.yjit-label {
    color: #767676;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Helve Neue","Segoe UI", Helvetica, Vendana, sans-serif;
    font-weight: normal;
    line-height: 30px;
    float: left;
    width: 100px;
    text-align: right;
    margin: 0 10px 10px 0;
}

.yjit-label.required:before {
    content: "*";
    color: red;
    font-weight: bold;
}

.yjit-top-label {
    color: #767676;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Helve Neue","Segoe UI", Helvetica, Vendana, sans-serif;
    font-weight: normal;
    line-height: 30px;
    width: 100px;
    text-align: left;
    margin-top: 3px;
}

.yjit-top-label.required:before {
    content: "*";
    color: red;
    font-weight: bold;
}
  #shp_valid {
    content: "*";
    color: red;
    font-weight: bold;
}
#shp_valid1 {
    content: "*";
    color: red;
    font-weight: bold;
}
#shp_valid2 {
    content: "*";
    color: red;
    font-weight: bold;
}
#shp_valid3 {
    content: "*";
    color: red;
    font-weight: bold;
}
#shp_valid4 {
    content: "*";
    color: red;
    font-weight: bold;
}
#shp_valid5 {
    content: "*";
    color: red;
    font-weight: bold;
}
#shp_valid6 {
    content: "*";
    color: red;
    font-weight: bold;
}

#nfy_valid1 {
    content: "*";
    color: red;
    font-weight: bold;
}
#nfy_valid2 {
    content: "*";
    color: red;
    font-weight: bold;
}
#nfy_valid3 {
    content: "*";
    color: red;
    font-weight: bold;
}
#nfy_valid4 {
    content: "*";
    color: red;
    font-weight: bold;
}
#nfy_valid5 {
    content: "*";
    color: red;
    font-weight: bold;
}
#hsvalid {
    content: "*";
    color: red;
    font-weight: bold;
}
.yjit-value {
    font-size: 16px;
    color: #000000;
    width: inherit;
}

.yjit-newline {
    clear: left;
}
/* 테이블 */
table.yjit-table {
    width: 100%;
    text-align: left;
    border: 1px solid #dddddd;
    /*border-collapse:collapse;*/
    font-size: 14px;
    font-family: "Helve Neue","Segoe UI", Helvetica, Vendana, sans-serif;
    white-space: nowrap;
}

.yjit-table th, .yjit-table td {
    padding: 5px 10px;
}

/*.yjit-table tbody td:nth-child(odd) {
    text-align: right;
    background-color: #eeeeee;
    width: 80px;
}

.yjit-table tbody td:nth-child(even) {
    font-weight: bold;
}*/

.yjit-table tbody td[scope='row'] {
    font-weight: bold;
}

.yjit-table tbody td[scope='col'] {
    text-align: right;
    background-color: #eeeeee;
    width: 80px;
}

.yjit-popup-large {
    display: inline-block;
    width: 100%;
}

.yjit-popup-codesearch {
    display: inline-block;
    width: 100%;
}

.yjit-input-uppercase {
    text-transform:uppercase;
}

.yjit-readonly {
    background-color: gray!important;
}

/*div중에서 아이디가 btn으로 시작하면 width를 100으로 함(버튼)*/
div[id^=btn] {
    width: 100px;
}

#main_menu {
    position: fixed;
    height: 650px;
    width: 140px;
    background-color: #27A0C9;
    top: 60px;
    padding-top: 20px;    
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.yjit-wait-form {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/eservice/images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.yjit-wait-loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.yjit-wait-loading .yjit-wait-form {
    display: block;
}

/* DevExtreme CSS 수정 */
/* 그리드의 저장버튼을 보이지 않도록 함 */
.dx-datagrid-save-button {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    display: none !important;
}
/* 그리드의 refresh 버튼을 보이지 않도록 함*/
.dx-datagrid-cancel-button{
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

/* 메뉴 영역 수정(IE8에러 수정용) */
.dx-menu-base .dx-menu-item-wrapper {
    height: 10%;
}
/* 메뉴 폰트 사이즈 조정 */
.dx-menu-item-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /*font-family: 'Noto Sans';*/
    text-decoration: none;
}

.dx-menu-item-text:hover {
    font-size: 18px;
    /*color: #ff0000;*/
}

/* 텍스트박스 대문자 입력 */
input.dx-texteditor-input
{
  text-transform:uppercase;
}
textarea.dx-texteditor-input
{
    font-family:Consolas !important;
    font-size:14px;
    text-transform:uppercase;
}

/* 그리드 편집시 border color 삭제 */
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after{
    border-color: transparent;    
}
/* 그리드 안에 셀렉트박스 크기 조정 */
/*#gridContainer .dx-overlay-content .dx-popup-normal .dx-popup-draggable .dx-resizable .dx-dropdowneditor-overlay-flipped {
  width: 120px;
}*/