/*
    Document   : other-custom
    Created on : 26/06/2013, 10:07:33 AM
    Author     : handy
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}

.tanggal{
  margin-right: 20px;
}

#breadcrumb_overlay{
  display: none;
}

#contact_page form fieldset, #contact_page form .form-group{
  margin-left: -15px;
}

.checkbox{
  margin-left: 20px;
}

/*
.text, textArea{
  width: 100%;
}

#captcha{
  margin-left: 15px;
}

.Actions{
  margin-left: 15px;
}

#Form_ContactForm{
  margin-left: -15px;
}
*/

.cms_content p .left{
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.cms_content p .right{
  float: right;
  margin-left : 15px;
  margin-bottom: 5px;
}

#breadcrumb span{
  padding-right: 10px;
  padding-left: 10px;
}

td, th {
  padding: 5px;
    /* padding: 0; */
}

#sidebar{
  opacity: 0.5;
  transition: opacity .6s;
}

#sidebar:hover{
  opacity: 1;
}