.form-horizontal .register-id,
.search-btn .register-id,
.search-condition .register-id {
	text-align:right;
	margin-right:20px;
    float: right;
}

.masterCode-1 {
  color:red;
}
.masterCode-0 {
  color:green;
}

img.goods-image {
  width:76px;
  height:100px;
}

/*
body {
  font-size:14px;
}
*/

.grid-group {
  margin-bottom:6px;
}

.goods-image-lg {
    width: 76%;
}

.goods-image-md {
    width: 30%;
}

.goods-image {
  width: 76px;
  height: 100px;
}

.goods-image-min {
  width: 61px;
  height: 80px;
}

@media screen and (max-width: 799px) {
  .goods-image {
    width: 65px;
    height: 86px;
  }

  .goods-image-min {
    width: 54px;
    height: 71px;
  }
}

input[type="number"] {
  text-align: right;
}

.number {
  text-align: right;
}


.pre-label-xo {
  display: block;
  font-weight: bold;
  width: 100%;
  min-height: 1px;
  padding-top: .4em;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  text-align: left;
}

@media (min-width: 1200px) {
  .pre-label-xo {
    width: 33.33%;
    float: left;
    text-align: right;
  }
}
.shop-logo {
    width: 15%;
}

.ui-dialog {
    z-index: 10001 !important ;
}

.no-close .ui-dialog-titlebar-close,
.no-close .ui-dialog-titlebar {
  display: none;
}

.typeahead,
.tt-query,
.tt-hint {
  height: 26px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width:250%;
  margin: 4px 0px;
  background-color: #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
     -moz-box-shadow: 0 4px 8px rgba(0,0,0,.2);
          box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.tt-suggestion {
  /* width:250%; */
  padding: 1px 8px;
  font-size: 14px;
  line-height: 18px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 1px;
}

.dialog-message {
  font-size:150%;
}

.history-detail-DEBUG {

}

.history-detail-INFO {

}

.history-detail-WARN {
    color: green;
    font-weight: bold;
}

.history-detail-ERROR {
    color: red;
    font-weight: bold;
}

.history-status-1 {
    color: green;
    font-weight: bold;
}

.history-status-2 {
    color: red;
    font-weight: bold;
}

.userIFrame {
  position:relative;
  z-index:9999;
  width:100%;
  top:auto;
}

.form-label {
  line-height: 2em;
}

label.required {
    color: #E00;
}

label.required:after {
    content: " *";
    color: #E00;
}

table {
  table-layout: fixed;
}

.ui-widget-overlay {
   opacity: 0.5;
}

.table > tbody > tr > td > .form-control,
.table > tbody > tr > td > div > .form-control {
  padding: 2px 2px 1px;
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1750px;
  }
}
