/* custom */

/* add by G1 */
#optionSetting > table > tbody > tr.dynamicTr > td:nth-child(2) > input.input2{
	    width: 150px;
}

#popupBox #loading {
	height: 100%;
	left: 0px;
	position: fixed;
	_position:absolute;
	top: 0px;
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity : 0.5;
}

#popupBox .loading {
	background-color: white;
	z-index: 199;
}

#popupBox #loading_img{
	position:absolute;
	top:50%;
	left:55%;
	height:35px;
	margin-top:-75px;		/* 이미지크기 */
	margin-left:-75px;		/* 이미지크기 */
	z-index: 200;
}

.onlyDemo {
	display : none;
}

#standardSetting .aui-grid-header-filter-icon {
    border-left: 0;
}


/* The Modal (background) */
.file-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.file-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.file-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.file-modal-close:hover,
.file-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* The Modal (background) */
.unsave-chassis-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.unsave-chassis-modal-content {
    background-color: #fefefe;
    margin: 0 auto 0; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 27%;
    top: 150px;
    position: relative;
}
/* The Close Button */
#UnSaveChassisClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#UnSaveChassisClose:hover,
#UnSaveChassisClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.onsnPop{
	display: none;
}

.alloHistPop{
	display: none;
}

.alloChassisChangePop{
	display: none;
}
#container section .head .menu .etcBox ul li {
    margin-right: 10px;
}

#popUpContents .popContentDiv input.popTextInput{
	width: 85%;
	height: 23px;
    line-height: 23px;
    padding-left : 5px;
    margin-bottom: 7px;
}

#popUpContents .popContentDiv input.popButtonInput{
	width: 13%;
    height: 27px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #0653b6;
    border: 1px solid #666666;
    color: #fff;
    cursor: pointer;

}

#popUpContents .popContentDiv{
	padding-bottom: 25px;
	padding-right: 30px;
}

#popupBox .popup .tableBox table tr td > span.pwCheck#ckNo
 {
  color: #FE1D1E;
}

#popupBox .popup .tableBox table tr td > span.pwCheck#ckYes {
  color: #08A600;
}

#popupBox .popup .tableBox table tr td > .pwCheck {
    font-size: 10px;
    margin: 5px 0 0 0;
    display: block;
    max-width: 200px;
}

#container section .body > table tr td span.descript1,
#container section .body > table tr td span.descript2,
#container section .body > table tr td span.descript3 {
	display: block;
    font-size: 11px;
}

#container section .body > table tr td span.small {
	display: block;
  font-size: 12px;
}

#container section .body > table tr td span.block {
  display: inline;
  font-size: 16px;
  line-height: 1.2em;
}

#container section .body > table tr td span.actor{
	display: block;
}

#optionSetting .dynamicTr .fs-wrap {
    width: 100%;
    height: 27px;
}

#optionSetting .dynamicTr .fs-label-wrap {
    border: 1px solid #666666;
}


#popupBox #standardSetting .onlyBps{
	display : none;
}

#popupBox .popup .tableBox .head>div.left {
    float: left;
}

#popupBox .popup .tableBox .head>div.left label {
    padding-left: 5px;
}