/* 
 *	Helse Vest Internett
 *
 *	SharePoint 2013 corev15.css Overrides 
 *
 */
html {
  font-size: 16px; }

#s4-bodyContainer.hv-bodyContainer {
  padding-bottom: 0; }

body {
  overflow: auto; }

#searchInputBox {
  margin-bottom: 0;
  float: inherit; }

.header a:link,
.header a:visited,
.header .ms-link:visited,
.footer a:link,
.footer a:visited,
.footer .ms-link:visited {
  color: #004b93;
  text-decoration: none; }
.header a:hover,
.footer a:hover {
  color: #0065c6;
  text-decoration: underline; }
.header a:active,
.header a:focus,
.footer a:active,
.footer a:focus {
  color: #007ff9;
  text-decoration: underline; }

[class]#pageStatusBar {
  margin-top: 15px; }

#contentBox {
  margin-right: 0;
  margin-left: 0;
  min-width: inherit; }

/* Adding SPSecurityTrimmerControl around the ribbon and suite bar caused a weird gap between them... This removes the gap. */
#ctl00_SPSecurityTrimmedControlSuiteBar {
  display: block; }

.contactModule {
  /*Webpart menu position fix in contact module */ }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .contactModule .ms-webpart-controlBox.ms-webpart-controlBox-hide,
    .contactModule .ms-webpart-controlBox.ms-webpart-controlBox-show {
      position: relative !important;
      top: -24px; } }

