/* Dashboard */
div.seller-dashboard-box{
   text-decoration: none;
   color: white;
   padding: 10px 15px;
   border-radius: 5px;
}
div.seller-dashboard-box-1 { background-color: rgb(136, 39, 39); }
div.seller-dashboard-box-2 { background-color: rgb(166, 116, 31); }
div.seller-dashboard-box-3 { background-color: #AE2D59; }

div.seller-dashboard-box-4 { background-color: #2C9729; }
div.seller-dashboard-box-5 { background-color: #40669F; }
div.seller-dashboard-box-6 { background-color: #7C7878; }

/* Style untuk template control seller */
div.seller-template-controlpanel {
   border: 1px solid rgb( 190, 190, 190 );
   padding-top: 10px;
}
   div.seller-template-controlpanel > div.panel-heading {
      text-align: center;
   }
   div.seller-template-controlpanel > div.panel-heading > h3 {
      padding-bottom: 0px;
      margin-bottom: 0px;
   }

h4.seller-template-title {
   color: rgb(92, 61, 107);
   font-weight: bold;
   font-size: 1.25em;
   border-bottom: 1px solid rgb(92, 61, 107);
   padding-bottom: 5px;
   margin-bottom: 20px;
}

/* Panduan pemakaian */
div.seller-template-guide {
   margin-top: 30px;
   color : rgb(50, 72, 121);
}
   div.seller-template-guide > h4 {
      font-weight: bold;
   }
   div.seller-template-guide > ul {
      font-size: 0.98em;
   }

table.seller-template-guide-table > tbody > tr > td {
   line-height: 35px;
}
table.seller-template-guide-table > tbody > tr > td:nth-child(1) {
   text-align: center;
}
table.seller-template-guide-table > tbody > tr > td:nth-child(2) {
   padding-left: 5px;
}

/* Tabel Template untuk kontrol Seller */
table.seller-template-table > thead {
   background-color: rgb(82, 55, 116);
   color: rgb(250, 250, 250);
}

table.seller-template-table2 > thead {
   background-color: rgb(142, 47, 47);
   color: rgb(250, 250, 250);
}

/* -------------------------------
 * SHOW
 * -------------------------------
 */
img.seller-show-seller-picture {
   margin: 0px auto;
   display: block;
}
h2.seller-show-seller-name {
   margin-top: 5px;
}
table.seller-show-contact {
   font-size: 1.2em;
}
   table.seller-show-contact > tbody > tr > td {
      line-height: 27px;
   }
   table.seller-show-contact > tbody > tr > td:nth-child(1) {
      color: #BF4242;
   }
   table.seller-show-contact > tbody > tr > td:nth-child(2) {
      padding-left: 10px;
      color : #4E4E4E;
   }


h4.seller-show-separator {
   font-weight: bold;
   border-bottom: 2px solid #D85F5F;
   padding-bottom: 10px; margin-bottom: 20px;
}

div.seller-show-secondcar-wrapper {
   border: 1px solid #D9D9D9;
   padding: 5px 10px;
   text-align: center;
}
   div.seller-show-secondcar-wrapper:hover {
      border: 1px solid #D49835;
   }
   div.seller-show-secondcar-wrapper > img {
      margin: 0px auto 15px auto;
      height: 150px;
   }
   div.seller-show-secondcar-wrapper > h4.seller-show-secondcar-type {
      text-transform: uppercase;
      font-weight: bold;
      color: rgb(70, 70, 70);
   }
   div.seller-show-secondcar-wrapper > h5 {
      margin-bottom: 30px;
      color : #585858;
      font-family: "serif";
      font-size: 0.93em;
   }
   div.seller-show-secondcar-wrapper > h4.seller-show-secondcar-price {
      color : #BD6C50;
      font-weight: bold;
   }
