img.admin-icon-vendor {
   height: 150px;
   display: block;
   margin: 10px auto;
}

/* Panel Menu */
div.admin-panelmenu {
   border : 1px solid rgb( 200, 200, 200 );
   padding-left: 15px; padding-right: 15px;
}
div.admin-panelmenu img {
   margin: 20px auto 20px auto;
   display: block;
   max-height: 200px;
}
div.admin-panelmenu > h4 {
   text-align: center;
   margin-bottom: 20px;
}

h5.admin-panel-title {
   color : rgb(96, 61, 126);
   border-bottom : 1px solid rgb(96, 61, 126);
   font-size: 1.15em;
   font-weight: bold;
   margin-top: 5px; margin-bottom: 20px;
   padding-bottom: 5px;
}

/* Style default tabel untuk admin */
table.admin-table > thead {
   background-color: rgb(40, 61, 87);
   color: rgb(250, 250, 250);
}
   table.admin-table > tbody > tr:hover {
      background-color: inherit;
   }
   table.admin-table > tbody > tr:nth-child( even ) > td {
      background-color: rgb(235, 235, 235);
   }

/**
 * Style untuk table premium vendors dengan fixed width
 */
table.admin-table-premiumsd {
   table-layout: fixed;
}
   table.admin-table-premiumsd > thead > tr > th:nth-child(1) {
      width: 50px;
   }
   table.admin-table-premiumsd > thead > tr > th:nth-child(2) {
      width: 150px;
   }

/* Halaman Dashboard */
div.admin-dashboard-box {
   padding: 10px 20px;
   border-radius: 13px;
}
   div.admin-dashboard-box > a:hover { text-decoration: none; }
   div.admin-dashboard-box > a { color: rgb(251, 251, 251); }
   div.admin-dashboard-box01 { background-color: rgb(25, 74, 125); }
   div.admin-dashboard-box02 { background-color: rgb(77, 111, 148); }
   div.admin-dashboard-box03 { background-color: rgb(182, 52, 52); }
   div.admin-dashboard-box04 { background-color: rgb(57, 136, 64); }

/* Halaman Editing Kategori */
div.admin-edit-photowrapper {
   text-align: center;
}
   div.admin-edit-photowrapper > img {
      display: block; margin: 10px auto 15px auto;
      height: 175px;
   }

/* Halaman Editing Premium Vendor */
