.btn-primary {
  background: #337ab7 !important;
}
body {
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.autojs {
  font-size: 10px !important;
}
.hr {
  margin: 2px 0 8px 0;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}
input {
  border: 1px solid #ccc;
}

input:focus {
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 10px #719ece;
}
.cursor {
  cursor: pointer;
}
.fsize-10 {
  font-size: 10px !important;
}
.fsize-11 {
  font-size: 11px !important;
}
.fsize-12 {
  font-size: 12px !important;
}
.fsize-14 {
  font-size: 14px !important;
}
.fsize-16 {
  font-size: 16px !important;
}
.badge2 {
  background: red;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  margin-top: -10px;
  min-width: 20px;
  padding: 2px;
  position: absolute;
  text-align: center;
}
.bdr {
  border: 1px solid red;
}
.date {
  color: #9b9b9b !important;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.centerL {
  float: left;
}
.centerR {
  float: right;
}
.nav-item a {
  font-weight: bold !important;
}
.btn {
  border-radius: 0;
}

input {
  font-weight: normal !important;
}
.pop {
  z-index: 30 !important;
}
.popover {
  max-width: 100% !important;
  font-size: 12px !important;
}
.tooltip,
.popover {
  z-index: 30000 !important;
}
.popover-title {
  text-align: left;
}
.popover-content {
  text-align: left;
}

/* .pop,.tooltips{font-weight:bold; text-decoration: underline;} */
.toolpopXXX::after {
  content: "\f12a";
  font-family: "FontAwesome";
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}
.number,
.price {
  color: #5c5c5c;
  font-weight: bold;
}
.price,
.price a {
  text-align: center;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
section {
  margin: 30px 0 45px 0;
  position: relative;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.nopadding-top {
  margin-top: 0 !important;
  padding: 0 !important;
}
.nopadding-bottom {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.td-30 {
  width: 30px;
}
.td-40 {
  width: 40px;
}
.td-50 {
  width: 50px;
}
.td-60 {
  width: 60px;
}
.td-70 {
  width: 70px;
}
.td-80 {
  width: 80px;
}
.td-100 {
  width: 100px;
}
.td-120 {
  width: 120px;
}
.td-150 {
  width: 150px;
}
.td-200 {
  width: 200px;
}
.td-250 {
  width: 250px;
}
.td-300 {
  width: 300px;
}
.td-350 {
  width: 350px;
}
.td-400 {
  width: 400px;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
}
#page_title {
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin: 0;
  text-transform: uppercase;
}
hr {
  margin: 8px 0 8px 0;
}
table td {
  border-top: 0 !important;
}
table th {
  text-align: center !important;
  background: #f5f5f5;
}

.table-sm td {
  padding: 4px !important;
  margin: 0 !important;
}
.table {
  width: 100%;
}
.stable {
  width: 100%;
  font-size: 12px;
}
.stable td,
th {
  padding: 4px;
  margin: 0;
}

.table-fix {
  table-layout: fixed;
}
/* Table for Chrome Print */

.match {
  /* 리스트의 번호가 매치된경우 */
  border: 3px solid #95e0f8 !important;
  font-weight: bold;
}

.sbox {
  font-family: "Noto Sans KR", sans-serif;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  padding: 12px 18px 12px 18px;
  margin-bottom: 8px;
  line-height: 24px;
}
.vbox {
  float: left;
  margin-right: 6px;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  padding: 12px 18px 12px 18px;
}
.vbox as {
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  padding: 12px 18px 12px 18px;
}

.vbox i {
  margin-right: 6px;
}

.hdbox {
  background: #f0f0f0;
  padding: 4px;
  margin-bottom: 8px;
}

.hdbox .title {
  float: left;
  padding-left: 18px;
}

.hdbox .butn {
  float: right;
  margin: 4px 8px 0 8px;
}

/* COLOR */
.grey {
  color: #8c8c8c;
}
.blue {
  color: #0c8df6;
}
.green {
  color: #4bd6ae;
}
.red {
  color: red;
}
.yellow {
  color: #cc8b11;
}

.modal-content {
  text-align: left !important;
  padding: 6px 20px 20px 20px;
}
.modal-header {
  padding-top: 20px;
}
.modal-body {
  padding-bottom: 22px !important;
}
.modal-dialog {
  margin: 20vh auto 0px auto;
}
.modal-lg {
  width: 800px;
}
.modal-sm {
  width: 300px;
}
.modal-xs {
  width: 200px;
}
.modal-header > .close {
  color: #333 !important;
}
.modal-footer {
  text-align: center !important;
  padding-bottom: 0 !important;
}
.sub-menu .title {
  color: #cad7dc;
  font-weight: normal;
}
/* aluminum.window..etc */
.uform .form-control {
  float: left !important;
  border-radius: 0 !important;
}
.uform .name {
  float: left;
  text-transform: uppercase;
  text-align: right;
  color: #333;
  font-weight: bold;
  width: 220px;
  padding: 6px 16px 6px 6px;
  margin-bottom: 4px;
  background: #f5f5f5;
}
.uform .sname,
.sename {
  float: left;
  text-align: right;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  width: 140px;
  margin-bottom: 4px;
  padding: 6px 16px 8px 6px;
  height: 35px;
  background: #dde6ef;
}
.uform .sbody {
  float: left;
  color: #333;
  font-weight: normal;
  width: 140px;
}
.uform .hname {
  float: left;
  text-align: right;
  color: #333;
  font-size: 12px;
  width: 120px;
  padding: 8px;
  margin-bottom: 4px;
  background: #efeddd;
}
.uform .ename {
  float: left;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 50px;
  padding: 8px 0 8px;
  background: #5bc0de;
}
.uform .smbody {
  float: left;
  color: #474747;
  font-weight: bold;
  width: 90px;
}
.uform i {
  margin-right: 8px;
}
.mleft {
  margin-left: 6px;
  float: left;
}
.buttontable td {
  padding-left: 2px !important;
  margin: 0 !important;
}

/*work order box */
.wname {
  color: #0091d4;
}
.wvalue {
  color: #000;
  padding: 0 1px 0 1px;
}
.wbdr {
  border: 1px solid #cfcfcf;
  padding: 6px;
}
@media print {
  .wname {
    color: rgba(22, 149, 233, 0) !important;
  }

  @media print and (-webkit-min-device-pixel-ratio: 0) {
    .wname {
      color: #0091d4 !important;
    }
  }
}
/*loader*/
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
