#rb-body .search-area .btn {font-size: 12px}
.btn-group > .btn-page {margin-left: -1px;}
.panel .panel-heading {
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.panel {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #c9c9c9;
    box-shadow: 1px 1px 0 0 rgba(222, 222, 222, 0.1) inset, 1px 1px 0 0 rgba(255, 255, 255, 1);
    margin-bottom: 1px;
    padding: 0;
    position: relative;
}
.panel .table th {
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    height: auto;
    position: relative;
    text-align: center;
}
.panel .table>tbody>tr>td {
   text-align: center;
}
.CodeMirror {
    font-size: 13px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace !important;
}
/* 첨부파일 : input-file*/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
