.errBox{
    border: 1px solid #ff6a6a;
    background-color: #ff6a6a;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 24px;
}
.search-table th{
    width: 120px !important;
}
.search-table label{
    vertical-align: middle !important;
}

table th a {
  color: #fff;
  text-decoration:none;
}
table a:hover {
  /*color: #fff;*/
  text-decoration:underline;
}

.table-custom-striped tbody tr:nth-of-type(even) {
  background-color: #f2fdff !important;
}
table td, table th {
  padding: 4px;
  vertical-align: middle;
  border-top: 1px solid #c1c1c1;
}
table tr:last-child {
  border-bottom: 1px solid #c1c1c1;
}

input[type="radio" i] {
  margin: 0 3px 2px 5px!important;
}

/*A[gn*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  color: #28623c;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}

.alert-success hr {
  border-top-color: #bae6c9;
}

.alert-success .alert-link {
  color: #193e26;
}

.alert-info {
  color: #336573;
  background-color: #e0f3f8;
  border-color: #d3eef6;
}

.alert-info hr {
  border-top-color: #bee6f2;
}

.alert-info .alert-link {
  color: #234650;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #813838;
  background-color: #fee2e1;
  border-color: #fdd6d6;
}

.alert-danger hr {
  border-top-color: #fcbebe;
}

.alert-danger .alert-link {
  color: #5d2929;
}

.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}

.alert-light hr {
  border-top-color: #ecf1f1;
}

.alert-light .alert-link {
  color: #646565;
}

.alert-dark {
  color: #181c1e;
  background-color: #d5d7d8;
  border-color: #c5c6c8;
}

.alert-dark hr {
  border-top-color: #b8b9bc;
}

.alert-dark .alert-link {
  color: #010202;
}

table.in_table{
  border:0;
}
table.in_table td{
  border:0;
}

/*tag-color*/
.product-tag{
    display: inline-block;
    padding: 4px;
    background-color: #d3d3d3;
    border-radius: 4px;
}
.tag-red{
    color: #fff !important;
    background-color: #ed4343 !important;
    border-color: #ed4343 !important;
}
.tag-blue{
    color: #fff !important;
    background-color: #194DF9 !important;
    border-color: #194DF9 !important;
}
.tag-aqua{
  color: #fff !important;
    background-color: #19C4F9 !important;
    border-color: #19C4F9 !important;
}
.tag-chartreuse{
  color: #fff !important;
    background-color: #5bd25e !important;
    border-color: #5bd25e !important;
}
.tag-midori{
  color: #fff !important;
    background-color: #2bb02f !important;
    border-color: #2bb02f !important;
}
.tag-pink{
  color: #fff !important;
    background-color: #fb4eb5 !important;
    border-color: #fb4eb5 !important;
}
.tag-purple{
  color: #fff !important;
    background-color: #d55afd !important;
    border-color: #d55afd !important;
}
.tag-emerald{
  color: #fff !important;
    background-color: #91ca6e !important;
    border-color: #91ca6e !important;
}
.tag-ukon{
  color: #fff !important;
    background-color: #b6c200 !important;
    border-color: #b6c200 !important;
}
.tag-akadaidai{
  color: #fff !important;
    background-color: #f96119 !important;
    border-color: #f96119 !important;
}
.tag-toki{
  color: #fff !important;
    background-color: #f9a1d0 !important;
    border-color: #f9a1d0 !important;
}

/*summernote*/
.note-editor.fullscreen{
  margin-top:55px;
}

.pale-bg-danger{
  background-color: #ffc8c8;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.aspNetDisabled.btn.btn-block {
  color: #fff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
#statusPanel .btn-info {
  color: #fff !important;
  background-color: #63c2de !important;
  border-color: #63c2de !important;
}