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

.navbar-default {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.navbar-default .navbar-brand {
    color: #f1f2f7;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.container-fluid .text-muted {
  margin: 15px 0;
}

.panel-default > .panel-heading {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.input-group-addon {
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    border-radius: 4px;
    color: #f1f2f7;
}

.footer {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}

.btn-tambah {
	margin-top: -7px;
}

.center {
	text-align: center;
}

.pagination {
	margin-top: -20px;
}

.btn-submit {
	width: 80px;
}

.btn-reset {
	width: 80px;
	margin-left: 10px;
}