@CHARSET "UTF-8";

.form-control {
	color: black;
}

/* jqGrid 테이블 영역내의 가로 scroll 제거 */
.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative; 
  margin: 0em; 
  padding:0; 
  /*overflow: auto;*/ 
  overflow-x:hidden; 
  overflow-y:auto; 
  text-align:left;
}	

.widget-define-ext {
  padding: 12px 12px 2px 12px;
}
.widget-main-ext {
  padding: 12px 0px 2px 12px;
}
.widget-box-ext {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 7px 0;
  border: 0px;
}
.widget-header-ext {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 38px;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #669fc7;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
  border: 1px solid #CCC;
}
@media (min-width: 992px) {
  .form-horizontal .control-text {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}


.hl { color:red; text-decoration:none; }
