.table td input[type="button"] {
  padding: 0 3px;
  font-size: 12px;
}

.panel-title.USERS3 {
  margin: 0 0 19px;
  float: left;
}

/* .form-control{
    color:#20329B;
} */

.breadcrumb > li > a {
  color: #07575c;
}

.breadcrumb > .active {
  color: #999c9f;
}

label {
  font-weight: 500;
}

.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: white;
  color: #000;
}
.col-sm-12.box_content.gr {
  padding-left: 14px;
}

.btn.btn-info.ADD2.pull-right {
  margin: 0 0 10px;
}

.add_btn {
  background-color: #20329b;
  margin-right: 10px;
}

.gr .col-sm-9 canvas {
  width: 96% !important;
  background: #fff;
  padding: 12px 20px;
  height: 349px !important;
}

.panel.panel-flat {
  float: left;
  width: 100%;
}

.panel-heading {
  float: left;
  width: 100%;
  padding: 0;
}

.dataTables_filter {
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 20px 20px;
}

.dataTables_length {
  float: right;
  display: inline-block;
  margin: 25px 0 20px 20px;
}

.dataTables_info {
  float: left;
  padding: 0 10px;
  padding-top: 0px;
  margin-bottom: 20px;
}

.table-responsive {
  float: left;
  width: 100%;
}

.im img {
  border-radius: 8px;
  border: 1px solid #ddd;
  height: 70px;
  width: 70px;
}

.navbar-brand span {
  padding: 1px 10px;
  font-size: 20px;
  font-weight: bold;
  float: left;
}

.navbar-brand > img {
  /* margin-top: 5px; */
  width: 67px;
  height: auto;
  float: left;
}

.navbar-inverse .navbar-brand {
  color: #fff;
  float: left;
  width: 100%;
}

.sidebar.sidebar-main {
  transition: all ease 0.2s;
}

.sidebar.sidebar-main.main {
  width: 69px;
}

.navigation.navigation-main.navigation-accordion li a {
  font-size: 14px;
  transition: all ease 0.2s;
}

.main .navigation.navigation-main.navigation-accordion li a {
  font-size: 0;
}

/* .content{
    background: url(http://localhost/saye/public/assets/images/bg.png);
    height: auto;
    min-height: 100%;
    background-size: cover;
    background-position: center;
} */
@media screen and (max-width: 768px) {
  .navbar-brand > img {
    width: 57px !important;
  }
  .navbar.navbar-inverse {
    padding: 5px 0 15px;
  }
  .navbar-inverse .navbar-brand {
    margin: 0 0 0 15px !important;
  }
  .panel.panel-flat .table-responsive {
    padding-top: 14px;
  }
}
