html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

div.gridbox {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

div.wizard.clearfix div.content.clearfix {
	overflow-x: hidden;
    min-height: 500px;
}

div.gridbox_material.gridbox table.hdr td div.hdrcell {
	border-right: 1px solid #CCCCCC;
}

div.gridbox_material.gridbox table.hdr tr td {
	font-size: 10pt;
    color: #797986;
    font-weight: bold;
	border-top: 1px solid white ;
}

div.gridbox_material.gridbox table.obj.row20px tr td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

div.gridbox_material.gridbox table.obj.row20px tr.rowselected td {
    background-color: #eee;
    border-right-color: #eee;
    color: #404040;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* Enter your style code */
}


.fv-form-bootstrap .help-block {
    margin-bottom: 0;
    display:table-row;
}

div#IssOTIDDialog dl.tempcode dt{
	font-weight: bold;
    font-size: 12pt;
    padding-left: 18px;
}

div#IssOTIDDialog dl.tempcode dd{
	font-size: 11pt;
    padding-left: 24px;
}

ul.tempcode {
	font-size: 16pt;
    font-weight: bold;
    padding-left: 24px;
}

i.text-info {
	font-size: 12pt;
}


/*
bootbox 옵션에 따른 title 및 버튼 색상 변경
*/
.bootbox.bootbox-success .modal-title {
	color : #28a745!important;
	font-weight: bold;
}
.bootbox.bootbox-success .modal-footer .btn[data-bb-handler="ok"] {
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootbox.bootbox-success .modal-footer .btn[data-bb-handler="confirm"] {
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootbox.bootbox-warning .modal-title {
	color : #d39e00!important;
	font-weight: bold;
}
.bootbox.bootbox-warning .modal-footer .btn[data-bb-handler="ok"] {
	color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootbox.bootbox-warning .modal-footer .btn[data-bb-handler="confirm"] {
	color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootbox.bootbox-error .modal-title {
	color : #dc3545!important;	
	font-weight: bold;
}
.bootbox.bootbox-error .modal-footer .btn[data-bb-handler="ok"] {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootbox.bootbox-error .modal-footer .btn[data-bb-handler="confirm"] {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.p-a-5 {
	padding: 5px;
}

.p-l-5 {
	padding-left: 5px;
}

.btn-column {
	height: 26px;border-radius: 0px;padding: 4px 12px;
}

div.charset {
	position: relative;
    top: 18px;
    right: 18px;
    float: right;
}

div.charset.frame {
	float: right;
   	top : 0px;
   	right : 0px;
}

.middlePage div.charset {
	float: left;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

div.charset.frame .language{
/* 	height: 32px;
    width: 32px;
    -webkit-appearance: none; 
   -moz-appearance: none;    
   appearance: none;
   background: url('/images/global.png') no-repeat 95% 50%;  */
}

div.charset .language{
/* 	    padding-left: 32px;
	height: 32px;
    width: 32px;
    -webkit-appearance: none; 
   -moz-appearance: none;    
   appearance: none;
   background: url('/images/global.png') no-repeat 95% 50%;  */
}

div.charset > i.global {
  	    float: left;
    /* padding-top: 7px; */
    background: url(/images/global.svg);
    height: 24px;
    margin-right: 7px;
    width: 24px;
    position: relative;
    padding-bottom: 7px;
    /* top: 2px; */
}

div.charset.frame > i.global{
	    top: 12px;
}

div.charset .language > option {
	padding : 12px;
}

div#useregStep, div#usertmpStep  {
	position: relative;
    top: 18px;
    float: none;
}

div#detailView {
    position: fixed;
    top: 0;
    right: 0;
	opacity: 0;
    background: rgba(255,255,255,0.8);
    width: 0%;
    height: 100%;
    transition: width .4s .2s ease-in-out, opacity .6s linear;
}

div#detailView .header{
	padding-bottom: 5px;
    background: beige;
        height: 38px;
}

div#detailView .body{
	width: 100%;
    height: calc(100% - ( 38px + 228px ));
}

div#chatbot {
	width: 100%;
    height: 100%;
    padding: 15px 10px;
    overflow: auto;
    word-break: break-all;
}

.sort-right {
	display: inline-block;
    float: right;
    width: 100%;
}

.balloon {
    display: inline-block;
    position: relative;
    margin: 0 auto 1.5em;
    background: #FFFF33;
    border-radius: 1em;
    padding: .5em;
}

.balloon.left {
    background: #FFFF33;
	float: left;
}
.balloon.left:after {
	content: '';
    position: absolute;
    border-top: 15px solid #FFFF33;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    left: 1em;
}



.balloon.right {
    background: #FFFFFF;
	float: right;
}
.balloon.right:after {
	content: '';
    position: absolute;
    border-top: 15px solid #FFFFFF;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    right: 1em;
}


div#detailView .footer{
	width: 100%;
    height: 228px;
    overflow: auto;
}


div#detailView .header > div{
	display: inline-block;
}

div#detailView .header > div > span{
	padding-left: 5px;
    padding-top: 5px;
    margin: 0;
    font-size: 18pt;
}

div#detailView.full-screen{
    width: 30%;
    opacity: 1;
}

@media screen and (max-width:768px) {
  div#detailView.full-screen{
    width: 100%;
 }
}

button#closeDetailView {
	font-size: 24pt;
	    color: #111;
    opacity: .8;
}


.animate-ease-in-out {
	opacity: 1;
    transition: width .4s .2s ease-in-out, opacity .6s linear;
}

.animate-ease-in-out.hide {
	width: 0%;
	opacity: 0;
}

.animate-ease-in-out.full {
	width: 100%;
}

 
 
 
 
 
 
 
 
 
 
 


