.container {
  padding: 0px;
  margin-right: auto;
  margin-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom:0px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group {
  margin-bottom: 0px;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.label {
  display: inline;
  padding: .2em .6em 0 0;
  font-weight: bold;
  line-height: 1;
  color: #91b73e;
  font-family:NanumGothic, "³ª´®°íµñ", "Dotum", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-size:20px;
  letter-spacing:-0.5px;
}

#frmSearch{
	margin-bottom:0;
}

#frmSearch .label {
  display: inline;
  padding: .2em .6em 0 0;
  font-weight: bold;
  line-height: 1;
  color: #91b73e;
  font-family:"Dotum", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-size:12px;
  letter-spacing:-0.5px;
}


.label-default {
  background-color: rgba(0,0,0,0);
}
.label-primary {
  background-color: #fff;
  color: #222 !important;
}

.container {
     width: 100%;    
}
/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
     width: 1170px;    
  }
}
*/
.page-header {
    border-bottom: 3px solid #91b73e;
    margin: 30px 0;
    padding-bottom: 0;
    line-height:20px;
}
.page-header-first {
    margin-top: 20px;
}
.panel {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    margin-bottom: 0;
    width:100%;
}
.panel-default {
    border-color: rgba(0,0,0,0);
}
.panel-default > .panel-heading {
  color:#282e2b;
  font-weight:bold;
  background-color: rgba(0,0,0,0);
  border-bottom: 3px solid #454a47;
  margin-top:5px;
  line-height:24px;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 0 10px;
    font-family:NanumGothic, "³ª´®°íµñ", "Dotum", sans-serif;
    font-size:22px;
}
.panel-heading span{
    border-bottom: 3px solid rgb(145, 183, 62);
    padding-bottom: 10px;
}

.edit-btn{
	border-bottom:1px solid #ccc;
}
.panel-body {
    padding: 15px 0;
    width:900px;
}

#frmList .panel-body {
    padding: 15px 0;
    width:100%;
}
#section-list #frmList .panel-body {
    padding-top: 0;
}
/*input box*/
.form-horizontal .control-label {
    text-align: left;
}
/*button*/
.btn-default {
    background-color: #fff;
    border-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
}


/*button group*/
button.disabled {
	color:inherit;
}
.btn-sm {
	border-color: #91b73e;
	background-color: #91b73e;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    color: #fff;    
}
.btn-sm:hover,.btn-sm:focus, .btn-sm:active {
	border-color: #91b73e;
	background-color: #aed25f;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    color: #fff;    
}


/*edit-search button*/
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 0;
    padding: 6px 10px;
    margin-bottom: 2px;
	background-color: #91b73e;
    border-color: #91b73e;
    color: #fff;    
}
.btn-xs:hover, .btn-xs:focus, .btn-xs:active{
    border-radius: 3px;
    font-size: 12px;
    line-height: 0;
    padding: 6px 10px;
    margin-bottom: 2px;
	background-color: #aed25f;
    border-color: #91b73e;
    color: #fff; 	
}


.row {
    margin-left: 50px;
    margin-right: 0;
}
#frmSearch .row {
    margin-left: 0;
    margin-right: 0;
}
.well {
  min-height: 20px;
  padding: 0 15px 0 30px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0);
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

