html, body, .sidebar_and_content, .content
{
  height: 100%;
}

.content
{
  width: calc(100% - 300px);
  background-color: #FAFBFF;
}

@media screen and (max-width: 1299px)
{
  .content
  {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 599px)
{
  .content
  {
    width: 100%;
    height: calc(100% - 50px);
  }

  .large_breadcrumb
  {
    display: none;
  }
}

@media screen and (min-width: 600px)
{
  .small_breadcrumb
  {
    display: none;
  }
}

.breadcrumb
{
  background-color: #00334F !important;
  border-radius: 0 !important;
  padding: 0 15px !important;
  height: 40px;
  align-items: center;
  margin-bottom: 0!important;
}

.breadcrumb_link
{
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none;
}

.breadcrumb_avatar_container
{
  display: flex;
  margin-left: auto;

}

.breadcrumb_avatar
{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F5FC;
  border-radius: 300px;
  height: 30px;
  width: 30px;
  font-size: 15px;
}

.content_container
{
  margin: 15px;
  height: calc(100% - 100px);
  border: solid 1px #dee2e6;
  background-color: #ffffff;
  overflow: auto;
}

.content_title
{
  color: #00334F;
  font-size: 30px;
  font-weight: bold;
  padding: 15px;
  border-bottom: solid 1px #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 76px;
  line-height: 2;

}

.form_container
{
  padding: 15px;
}

.fa-angle-right
{
  color: #FFFFFF;
  margin-top: 2px;
  padding: 0 8px;
}

span a .fa-home
{
  color: #FFFFFF;
}

.small_breadcrumb
{
  font-size: 12px;
}