/* Minimal CustomStylesheet.css
   Look:
   - Vit sida
   - Header: vit yta med logo.jpg + blå banderoll (#005BBB) med vit "E‑tjänster"
   - Vit innehållsbox
*/

:root{ --blue:#005BBB; }

html,body{ margin:0; background:#fff; color:#000; font:11pt Arial,Helvetica,sans-serif; }

body{ padding:32px 16px; }

.MasterContainerDiv{ max-width:1100px; margin:0 auto; text-align:center; }

/* Header (fungerar även om elementet är <legend>) */
.MasterLegend{
  position:relative;
  display:block;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  padding:18px 0;
  min-height:150px;
  font-weight:700;
  font-size:18pt;
  line-height:1.15;
  text-align:center;
}
.MasterLegend,.MasterLegend *{ color:#fff !important; }

/* blå banderoll */
.MasterLegend::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:58px;
  background:var(--blue);
  z-index:-1;
}

/* logga i vit zon */
.MasterLegend::before{
  content:"";
  display:block;
  width:320px;
  height:90px;
  margin:0 auto 14px;
  background:url("https://futureweb.oxeloenergi.se/FutureWebBasic/Assets/CustomImages/logo.jpg") no-repeat center/contain;
}

/* Innehåll */
.MasterFieldset{
  background:#fff;
  border:none;
  border-radius:12px;
  padding:24px;
  text-align:left;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

a.PortalLink{ color:var(--blue); font-weight:700; text-decoration:none; }
a.PortalLink:hover{ text-decoration:underline; }

.PortalLinkDescription{ color:rgba(0,0,0,.75); }
.Footer{ margin-top:18px; color:#697680; }
