.tableHeader {
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}

.button {
  width: auto;
  border: 0 none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: none repeat scroll 0 0 #3D75C0;
  cursor: pointer;
  height: 18px;
  text-shadow: 0 0 !important;
  border-width: 0;
  padding: 0 10px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.introContainer {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}

.content {
  float: left;
  width: 200px;
}

.ope {
  float: right;
  width: 90px;
}

.new {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 5px;
}

.even {
  background-color: #ddd;
  padding: 3px;
}

.odd {
  background-color: #eee;
  padding: 3px;
}

#detailCnt h2, #newModuleCnt h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

#newModuleCnt h3 {
  padding: 5px;
  border: 1px dotted #000;
  margin-bottom: 15px;
}

input.textInput {
  height: 20px;
  line-height: 20px;
  width: 300px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

select.select {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

textarea.textInput {
  height: 180px;
  width: 400px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#detail td {
  border-bottom: 1px dotted #fff;
  background-color: #eee;
  padding: 3px;
}

#detail .labelD {
  background-color: #ddd;
  width: 200px;
}

.label {
  margin-bottom: 3px;
}

.label-2 {
  margin-bottom: 12px;
}

.pager {
  margin: 3px;
  text-align: right;
}

.topFormContainer {
  padding-bottom: 10px;
}

.fieldCell {
  float: left;
  margin-right: 10px;
}

.detailIn td {
  border: none;
}

.condCnt {
  margin: 5px;
  font-size: 12px;
}

.condTitle {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2B61A5;
}

.condSubtitle {
  font-weight: bold;
  margin-bottom: 15px;
  color: #2B61A5;
}

.condParTitle {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2B61A5;
  text-decoration: underline;
}

.condPar {
  margin-bottom: 10px;
}

.condSvcTitle {
  font-weight: bold;
  margin-bottom: 5px;
}

.condSvcParTitle {
  font-weight: bold;
  margin-bottom: 5px;
}

.fxText {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.3;
  height: 20px;
  padding: 5px;
  width: 600px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.container-edit-product .fieldLine {
  margin: 20px 0;
  display: flex;
  width: 100%;
}

.container-edit-product .fieldLine .control-label {
  min-width: 15%;
}

.container-edit-product .fieldLine .textInput {
  min-width: 60%;
  width: auto;
  height: auto;
}

.container-edit-product .fieldLine .fieldCell {
  width: 100%;
}

.container-edit-product .fieldLine .fieldCell select {
  width: 60%;
}

.portlet-boundary_ecommbroker_WAR_ecommportlet_ .container {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  margin-top: 20px;
}
.portlet-boundary_ecommbroker_WAR_ecommportlet_ .container .input-group .input-group-item .form-group {
  width: 100%;
}
.portlet-boundary_ecommbroker_WAR_ecommportlet_ .container .yui3-datatable-paginator {
  background: none !important;
}