html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

table{
    color: #303030;
}

body{
    background-color:#f8f8f8 !important;
    margin:0;
    font-family:"微軟正黑體", "Microsoft JhengHei" !important;
    font-size:13px;
    line-height: 1;
    color: #303030;
}

button{
    font-size:16px;
}

input{
    width:200px;
}

a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #00b1b3;
  font-size: 100%;
  text-decoration: none;
  transition: none 86ms ease-out 0s ;
}

  aside.main-sidebar {
      background-color: #373330 !important;

  }

  .navbar {
    align-items: flex-start;
  }

  .wrapper {
      position: absolute;
      width: 100%;
  }

  .pagination ul, .pagination ol {
      list-style:  none none;
      margin: 0;
      padding: 0;
  }


div.content{
  margin:0 10px;
  overflow-x: auto;
  white-space:nowrap;
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}

div.topic{
    margin-left:20px;
    color: #373330;
  font-size:24px ;
  font-weight:bold;
  min-height: 30px;
  padding: 15px 0;
}

.content .container{
  height: 100%;
  width: 98%;
  padding:20px 0;
  vertical-align: top;
  display:inline-block;
  margin-right:3px;
  white-space: nowrap;
}

div.form-group{
    padding:10px 0;
}

#keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
  width: 100%;
}


#keywords thead {
  cursor: pointer;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
  background-color:#514943;
  color:#fff;
  
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #514943;
  border-color: #8a837f #8a837f #8a837f transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}


#keywords tbody tr { 
  color: #303030;
}
#keywords tbody tr td {
  text-align: center;
      background-color: #fff;
    border-left: 1px dashed #d6d6d6;
    border-right: 1px dashed #d6d6d6;
    color: #303030;
    padding: 1rem;
}

#keywords tbody tr td:first-child {
    border-left-style: solid;
}

#keywords tbody tr td:last-child {
    border-right-style: solid;
}

#keywords tr:last-child td {
  border-bottom: 1px solid #d6d6d6;
}

#keywords tbody tr td.lalign {
  text-align: left;
}
.green{
    color:#007bdb;
    font-weight:bold;
}

.dashboard-item-title{
  font-weight: 700;
  font-size:18px;
}
.dashboard-item-content{
  font-weight: 400;
  font-size:15px;
  padding:10px 0;
}

.admin__page-section {
    margin-bottom: 1rem;
}

.orderTitle{
      border-bottom: 1px solid #ccc;
    margin-bottom: 1.7rem;
    padding: 1.4rem 0 0.5rem;
    color: #41362f;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36;
  }
  
.admin__table-primary, .admin__table-secondary {
    width: 100%;
}
  
.admin__table-secondary tbody tr:nth-child(2n+1) th, .admin__table-secondary tbody tr:nth-child(2n+1) td {
    background-color: #f1f1f1;
}

.admin__table-secondary tbody th {
    vertical-align: top;
}

.admin__table-secondary th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    color: #676056;
}

.admin__table-secondary th, .admin__table-secondary td {
    padding: 1rem;
    text-align: left;
}

.admin__table-primary th:first-child, .admin__table-primary td:first-child {
    padding-left: 0;
}

.admin__table-primary th {
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    vertical-align: bottom;
}

.admin__table-primary th, .admin__table-primary td {
    padding: 1rem 1.5rem;
    text-align: left;
   
}

.admin__table-primary tr:last-child {
    border-bottom: 0 none;
}

.admin__table-primary tbody {
    height: 4.5rem;
    border-bottom: 1px solid #e3e3e3;
}

.highlight-box{
        background: #f3f3f3  none repeat scroll 0 0;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
       font-size: 1.0rem;
    height: 70px;
    padding: 10px;
}

.orderTitle2{
      border-bottom: 1px dotted #ccc;
    margin-bottom: 1.7rem;
    padding: 1.4rem 0 0.5rem;
    color: #41362f;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36;
  }
  
.admin__page-section-item-title {
    border-bottom: 0 none;
    margin-bottom: 1.0rem;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.pending{
    color:red;
}

.processing{
    color:green;
}

.tooltip2 {
        position: relative;
}

.tooltip2 span{
        border-bottom: 1px dotted black;

}

.tooltip2 .tooltiptext {
    background-color: #f1f1f1;
    min-width: 220px;
    color: #000;
    text-align: left;
    border-radius: 6px;
    border: solid #c0c0c0 1px;
    padding: 15px;
    display:none;
    position: absolute;
    z-index: 1;

    
}

.tooltip2 .tooltiptext .content{
    position: relative;
    width: 220px;
}


.tooltip2:hover .tooltiptext {
    display: block;
}

@media(max-width:768px) {
  div.topic {
    margin-left: 10px;
  }
  div.content {
    margin: 0px;
    padding: 5px;
  } 
  .dashboard-item-content {
    white-space: normal;
    word-wrap: break-word;
  }
  #keywords {
    font-size: 16px;
  }
}

.select2-container .select2-selection--single {
  height:inherit !important;
}
.select2-selection {
  border:1px solid rgba(0,0,0,.15) !important;
}
.select2-selection:not(.select2-selection--multiple) .select2-selection__rendered {
  padding:4px 20px !important;
}
.select2-selection__arrow {
  height:100% !important;
}
.select2-selection__arrow {
  height:100% !important;
}
.select2-search:not(.select2-search--dropdown) .select2-search__field {
  padding:2px 20px 0px 20px !important;
}