@charset "UTF-8";
/***!  /templates/paediatri/css/custom.css?ver=459650  !***/

.background-gray {
  background-color:#EAEAEA;
    padding:20px;
}
.pathway, 
.breadcrumb-item + .breadcrumb-item::before {
	color: gray;
    padding-right:10px;
}
.breadcrumb-item.active {
	color: gray;
}
.breadcrumb-item .divider{
  display:none;
}
h2 a{
  color:black;
}
/*Tabeller*/
#maincontent .item-page table tr th:first-child {
  border-left: 1px solid #3e9150;
}

#maincontent .item-page table tr th {
  background: #3e9150 !Important;
  color: #fff;
  padding: 15px;
  border-right: 1px solid #2f7d40;
  border-top: 1px solid black;
}
/* Side menu og bestyrelse*/
  .blog-element-board{
    padding-bottom:20px;
  }
@media only screen and (max-width: 525px) {
  .side-menu-hide-mobile {
    display: none;
  }
  .blog-element-board{
    padding-bottom:30px;
  }
  .blog-element-board img{
    text-align:center;
  }
}
/* Blog layout */
.blog-element-blog{
  padding-bottom:20px;
}
/* Module calendar */
.calendar-row-module{
 padding-bottom:20px; 
}
/* Search */
#search > .inner {
  color: gray !Important;
  text-align:left;
}
