.botoia {
  width: 100% !important;
}

.botoia_div {
  padding: 1px;
}

a.botoia.btn.btn-primary.btn-group {
  font-size: small;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.logoa {
  float: left;
}

h3.pagetitle {
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  color: #004684;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0px;
}

@media (max-width:770px) {
  .header {
    text-align: center;
  }

  .logoa {
    float: none;
  }

  h3.pagetitle {
    padding: 0;
    border-top: 2px solid #004684;
    border-bottom: 2px solid #004684;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.header i {
  padding: 10px 0 0 10px;
  color: #889bc3;
  font-size: 1.65rem;
  font-weight: 600;
  margin-right: 0.2rem;
}

/*urdinak 004684 eta 889bc3*/
.btn-primary.disabled,
.btn-primary:disabled {
  color: white;
  background-color: #889bc3;
  border-color: #889bc3;
}

.btn-primary {
  color: #fff;
  background-color: #004684;
  border-color: #004684;
}

a.botoia.btn.btn-primary.btn-group {
  font-size: inherit;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #004684;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #004684;
}

.table-bordered {
  border: 1px solid #eaeef6 !important;
}

thead {
  display: none;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #eaeef6;
}

.table i {
  color: #004684;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.second {
  margin-top: -1.5rem;
}

.second .btn {
  opacity: 0.8;
}

.second .btn.disabled,
.second .btn:disabled {
  color: #004684 !important;
}

.second .btn-primary.disabled,
.second .btn-primary:disabled {
  color: white;
  background-color: #889bc3;
  border-color: #889bc3;
}

.second .btn-primary {
  color: white;
  background-color: #889bc3;
  border-color: #889bc3;
}

.second .btn-primary:hover {
  background-color: #0069d9;
}

table h5 {
  color: #004684;
  font-weight: bold;
}

td.userimage {
  text-align: right;
}

.table td {
  border: none;
}

td.userimage img {
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0px 3px rgba(1, 1, 1, 0.2);
  margin: 1rem 1rem 0 0;
}