  #divSiteTitle 
  {
  font-family: Allura, cursive; 
  color: rgb(142, 176, 55); 
  **font-size: auto; 
  text-shadow: rgba(0, 0, 0, 0.298039) 2px 4px 3px; 
  line-height: 10px; 
  letter-spacing: 1px; 
  text-transform: none; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none;
  }

.panel-default > .panel-heading {
  background-color: #DCDCDC;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th 
{
  background-color: #FFFF80;
}
  
.panel-footer{
padding:10px 15px;
background-color:#DCDCDC;
border-top:1px solid #ddd;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px
}

.breadcrumb{
padding:8px 15px;
margin-bottom:0px;
list-style:none;
background-color:#FFFFCE;
border-radius:4px
}

/*

*/
.vertical-align {
    display: flex;
    align-items: center;
}
.navbar { min-height:38px;   }
 .navbar .navbar-brand{ padding: 0 12px;font-size: 20px;line-height: 38px;height: 38px; }
 .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 38px; }
 .navbar .navbar-toggle {  margin-top: 3px; margin-bottom: 0px; padding: 8px 9px; }
 .navbar .navbar-form { margin-top: 2px; margin-bottom: 0px }
 .navbar .navbar-collapse {border-color: #A40303;}  

.navbar-custom {
	background-color:#229922;
    color:#ffffff;
  	border-radius:0;
}
  
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
}

.navbar-custom .navbar-nav > .active > a, 
.navbar-nav > .active > a:hover, 
.navbar-nav > .active > a:focus {
    color: #ffffff;
	background-color:transparent;
}
     
.navbar-custom .navbar-nav > li > a:hover, 
.nav > li > a:focus {
    text-decoration: none;
    background-color: #33aa33;
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color:#33aa33;
}

 .dropdown-menu > li > a:hover, 
 .dropdown-menu > li > a:focus  {
   background-image:none !important;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
 background-color:green;
}

.navbar .nav > li.dropdown.open.active > a:hover, 
.navbar .nav > li.dropdown.open > a
{
   color: #fff;
   background-color: #33aa33;
   border-color: #fff;
}

#footer {
    background-color: green;
	color:#ffffff;
    height: 38px;
	padding-top:10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*
  Lock Header Freeze
*/

/*
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 300px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

*/




/*
pindahan dari main.css
*/

