body{
  font-family: 'Roboto', sans-serif;
}
.bg-lagger {
  background-color: #448F9D !important;
}
.dropdown-menu .admin-menu{
  right: 10px;
  left: unset;
}
.admin-menu{
  right: 10px;
  left: unset;
}
.breadcrumb{
  padding:10px;
  padding-left:20px;
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
}
[class*=" bi-"]::before {
  line-height: 1.4;
}
h1 {
  font-size: 2.2rem;
  line-height: 1.8;
}

a{
  color:#448F9D
}
.btn-primary {
  color: #fff;
  background-color: #448F9D;
  border-color: #448F9D;
}
.btn-primary:hover {
  color: #fff;
  background-color: #28646e;
  border-color: #28646e;
}
.btn-outline-primary{
  color: #448F9D;
  border-color: #448F9D;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #448F9D;
  border-color: #448F9D;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* html, body {
  height: 100%;
} */
/* 
.container-fluid {
  max-width: 2200px;
}

.infobar .logo {
  height: 30px;
}

.navbar.infobar {
  margin-bottom: 5px;
  margin-top: 5px;
}

.navbar.infobar .navbar-brand {
  padding: 10px 15px;
}

.navbar.main-navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  padding-left: 46px;
}

.content {
  padding-bottom: 20px;
}

 */

 .actions {
  margin-bottom: 15px;
}

.actions .search-bar {
  float: right;
}

.search-bar {
  margin-bottom: 20px;
}

.page-header .nav {
  display: inline-block;

  margin-bottom: -10px;
}

.page-header {
  margin-top: 0;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}

.page-header h1,
.section-header h2 {
  display: inline-block;
}

.page-header .actions {
  display: inline-block;

  font-size: 36px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .actions {
    float: right;
  }
}

.section-header .actions {
  display: inline-block;

  font-size: 30px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.media > .pull-left {
  margin-right: 10px;
}
.pull-left {
  float: left !important;
}
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}
a.badge{
  text-decoration: none;
}

.modal-body .attachment > a {
  width: 200px;
}
a .attachment{
  width: 200px;

}
.modal-body.attachment >.attachment {
  height: 100px;
  max-width: 100px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.media > a {
  width: 120px;
}
.media-body.noimage{
  padding-left:130px;
}