/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    /*padding: 20px;*/
   /* overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*background-color: #f5f5f5;*/
    /*border-right: 1px solid #eee;*/
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*Sidebar menu*/
/*.nav-stacked>li {
  border: 1px solid #ddd;
  border-bottom: none;
}

.nav-stacked>li:last-child {
  border-bottom: 1px solid #ddd;
}
.nav-stacked>li+li{
  margin: 0;
}*/
.sidebar-menu {
  margin-top: 50px;
  position: fixed;
  float: left;
  /*width: 280px;*/
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #303641;
  color: #aaabae;
  font-family: "Segoe UI";
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 0;
}
 
#menu {
  margin-top: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
 
#menu li {
  position: relative;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(69, 74, 84, 0.7);
  padding: 0;
}
 
#menu li ul {
  opacity: 0;
  height: 0px;
}
 
#menu li a {
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #aaabae;
  white-space: nowrap;
  z-index: 2;
}
 
#menu li a:hover {
  color: #fff;
  background-color: #f4701e;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
 
#menu li.active > a {
  background-color: #2b303a;
  color: #fff;
}
 
#menu ul li { 
  background-color: #fff; 
  border-left: 4px solid #f4701e;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

#menu ul li ul li{
  background: #fff;
  width: 200px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#menu li ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: -1px;
  background-color: #2b303a;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.1s linear;
  border-top: 1px solid rgba(69, 74, 84, 0.7);
}
 
#menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
 
#menu li li ul {
  right: 100%;
  visibility: hidden;
  top: -1px;
  opacity: 0;
  transition: opacity 0.1s linear;
}
 
#menu li li:hover ul {
  visibility: visible;
  opacity: 1;
}
 
#menu .fa { margin-right: 5px; }
 
.logo {
  width: 100%;
  padding: 21px;
  box-sizing: border-box;
}
 
.sidebar-icon {
  position: relative;
  float: right;
  margin-top: 32px;
  border: 1px solid #454a54;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  padding: 6px 8px;
  border-radius: 3px;
  color: #888;
  background-clip: padding-box;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.4);
}
 
.fa-html5 {
  color: #fff;
  margin-left: 50px;
}

.page-header{
  font-size: 25px;
}

.cake-debug{
  margin-left: 262px; 
}

.error-message{
  color: rgb(169, 68, 66);
  padding: 10px 0;
  font-size: 11px;
}

.table{
  font-size: 11px;
}

.btn-opsi{
  font-size: 11px;
  padding: 5px 10px;
}

.alert{
  margin-top: 20px;
  padding: 10px 12px;
}

.panel .panel-body  ul.tree, ul.tree ul {
     list-style-type: none;
     background: url(../../img/system/vline.png) repeat-y;
     margin: 0;
     padding: 0;
}
   
.panel .panel-body ul.tree ul {
    margin-left: 10px;
}

.panel .panel-body ul.tree li {
     margin: 0;
     padding: 0 12px;
     line-height: 20px;
     background: url(../../img/system/node.png) no-repeat;
     color: #369;
     font-weight: bold;
}

.panel .panel-body ul.tree li:last-child {
     background: #fff url(../../img/system/lastnode.png) no-repeat;
}

.info-created{
  font-size: 11px;font-style: italic;margin-bottom: 20px;
}

.pagination{
  margin: 0;
  float: right;
}


/*Edit Style Dashboard Bootstrap*/
body{
  font-size: 12px;
}
a{
  color: #199cb7;
}
.navbar-inverse{
  background-color: #183546; 
}
.navbar-inverse .navbar-brand{
  color: #fff;
}
.navbar-inverse .navbar-nav>li>a{
  color: #fff;
}
.page-header{
  font-size: 1.5em;
  font-weight: bold;
}
.sidebar-menu{
  background-color: #fff;
}
#menu li{
  border-bottom: 1px solid rgba(216, 216, 216, 0.7)
}
#menu li a{
  color: #545969;
}
.breadcrumb{
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.panel-default{
  border-radius: 0;
}
.btn{
  border-radius: 0; 
  font-size: 11px;
}

.form-control{
  height: 29px;
  border-radius: 0;
  font-size: 11px;
}
.alert{
  border-radius: 0;
  padding: 6px 12px;
}
.modal-content{
  border-radius: 0;
}
legend{
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ddd;
  width: inherit;
  margin-left: 5px;
  padding: 3px 18px; 
}
.dl-horizontal dt{
  text-align: left;
}

fieldset{
  border: 1px solid #ddd;
  padding: 0px 15px;
  padding-bottom: 20px;
  min-height: 190px;
  margin-bottom: 25px;
  /*overflow: hidden;*/
}

.jumbotron{
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 27px 0px;
}

.backup-btn {
  text-align: center;
  font-size: 14px;
}

.backup-btn a{
  text-decoration: none;
}

.backup-btn i{
  font-size: 50px;
}

td fieldset {
  min-height: auto;
  padding: 0px 10px;
  padding-bottom: 5px;
}

td fieldset legend {
  margin-bottom: 10px;
  font-size: 10px;
  margin-left: 0;
  padding: 4px 8px;
}

td fieldset dl{
  margin-bottom: 0px;
}

td h5 {
  margin-top: 0;
}