/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here 
  height: 45px;
  background-color:rgb(214,214,214);
  
}*/


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0 0px 0;
    margin-left:220px;
    
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar-nav {
    position: fixed;
    float: left;
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
    height:100%;
    background-color:#ffff;
}
code {
  font-size: 100%;
}

/* Customize container */
@media (min-width: 100%) {
  .container {
      max-width:100%;
	/*max-width: 600px;*/
  }
}
.panel-body{
    background-color:white;
}
.tabel tr td{
    border:1px solid rgb(117,117,117) !important;
    padding:10px;
    vertical-align: top;
}
.tabel tr th{
    border:1px solid rgb(117,117,117) !important;
    padding:9px;
    vertical-align: top;
}