/* 
 *  Style Tambahan
 */


/* -------------------
    Sidebar Menu
----------------------*/
.sidebar-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.sidebar-menu-ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-menu-li {
  margin-bottom: 5px;
}

.sidebar-menu-title {
  padding: 6px 15px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #00a8d6;
  color: white;
  display: inline-block;
  width:100%
}

.sidebar-menu-title:hover {
  background-color: #31373a;
}

.sidebar-menu-title:visited {
  color: white;
}

.sidebar-menu-title.active {
  background-color: #31373a; 
}

/* -------------------
    List Product
----------------------*/
.cat-product-box {
  clear: both;
  margin: 25px;
}

.cat-product-title {
  font-weight: 600;
  font-size: 20px;
  color: #00A0FF;
  font-family: 'Montserrat', sans-serif;
}

.product-content-box {
  display: inline-block;
  margin: 10px;
}

.product-content-img-box {
  border: 2px solid;
  border-color: #00a0ff;
  width: 254px;
  height: 254px;
  position: relative;
}

.product-content-img {
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-content-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #00a0ff;
  text-align: center;
  width: 254px;
}


/* ------------------------
    Product Detail Dialog
---------------------------*/
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  top: 2%;
  width: 75%;
  height: 88%;
  margin: auto;
  position: relative;
  padding: 1% 1% 1% 1%;
  background: #fff;
}

.tutup {
  color: #FFFFFF; 
  text-decoration: none;
  font-weight: bold;  
  width: 100%;
  line-height: 200%;
  position: absolute;
  right: 0.1%;
  text-align: right;
  padding-right:2%;
  top: 10%;
}

.tutup:hover { color: #000000; text-decoration:none; }

.tabs
{
  position: relative;
  clear: both;
}

.tabs .tab
{
  float: left;
}

.tabs .tab .isi
{
  position: absolute;
  background-color: white;
  left: 0px;
  width: 100%;
}

.checkboxtab
{
  display: none;
}

.tab label
{
  margin-right: 10px;
}

.checkboxtab:checked ~ label
{
  color: white;
  background-color:#00a0ff;
  padding:0 10px 0 10px;
}

.checkboxtab:checked ~ .isi
{
  z-index: 1;
}

.TableHead {
  background-color: #0067c3;
  color: #FFF;
  font-size: 109.41%;
  font-weight: 700;
  padding: 4px;
}