@charset "UTF-8";
/* Generate CSS in this directory */
/*COLORS*/
/*
USAGE: This file is @imported by the Portal specific scss file in /portals/[operator]/css, and the generated oxyfiLogin[Operator].css file in the same directory is then included directly from index.php for the Portal.
*/
/*COLORS*/
/*FONTS*/
/*ELEMENTS*/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) */
@font-face {
  font-family: 'open_sansregular';
  src: url("../globals/oxyfiGlobals/fonts/OpenSans/opensans-regular-webfont.woff2") format("woff2"), url("../globals/oxyfiGlobals/fonts/OpenSans/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../globals/oxyfiGlobals/fonts/OpenSans/opensans-semibold-webfont.woff2") format("woff2"), url("../globals/oxyfiGlobals/fonts/OpenSans/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'arimobold';
  src: url("../globals/oxyfiGlobals/fonts/Arimo/arimo-bold-webfont.woff2") format("woff2"), url("../globals/oxyfiGlobals/fonts/Arimo/arimo-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'arimoregular';
  src: url("../globals/oxyfiGlobals/fonts/Arimo/arimo-regular-webfont.woff2") format("woff2"), url("../globals/oxyfiGlobals/fonts/Arimo/arimo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaymedium';
  src: url("../globals/oxyfiGlobals/fonts/Raleway/raleway-medium-webfont.woff2") format("woff2"), url("../globals/oxyfiGlobals/fonts/Raleway/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewayregular';
  src: url("../globals/oxyfiGlobals/fonts/Raleway/raleway-regular-webfont.woff2") format("woff2"), url("../globals/oxyfiGlobals/fonts/Raleway/raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("../globals/oxyfiGlobals/fonts/Roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("../globals/oxyfiGlobals/fonts/Roboto/roboto-italic-webfont.woff") format("woff");
  font-weight: italic;
  font-style: italic; }
@font-face {
  font-family: 'robotocondensed';
  src: url("../globals/oxyfiGlobals/fonts/Roboto/roboto-condensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotocondensed';
  src: url("../globals/oxyfiGlobals/fonts/Roboto/roboto-condensed-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: bold; }
@font-face {
  font-family: 'firasansregular';
  src: url("../globals/oxyfiGlobals/fonts/FiraSans/firasans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'firasanssemibold';
  src: url("../globals/oxyfiGlobals/fonts/FiraSans/firasans-semibold.woff") format("woff");
  font-weight: bold;
  font-style: bold; }
.login-control * {
  box-sizing: border-box; }

.login-control {
  font-family: "open_sansregular", Arial, sans-serif !important;
  box-sizing: border-box;
  z-index: 1000;
  background: #e7fdff;
  position: absolute;
  right: 0; }
  @media screen and (max-width: 767px) {
    .login-control {
      position: relative;
      margin-top: 0px; } }

#login {
  position: relative;
  height: auto;
  min-height: 183px; }

#oxyfiLoginMain.oxyfi {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  width: 400px;
  padding: 10px 25px 7px 20px;
  color: black;
  float: right; }
  @media screen and (max-width: 767px) {
    #oxyfiLoginMain.oxyfi {
      width: 100%;
      padding: 20px 20px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #oxyfiLoginMain.oxyfi {
      padding: 20px; } }

#oxyfiLoginMain p {
  margin-bottom: 12px; }

#oxyfiLoginHeader {
  font-size: 24px;
  font-weight: 600;
  cursor: default; }
  @media screen and (max-width: 640px) {
    #oxyfiLoginHeader {
      font-size: 20px; } }

#oxyfiLoginMiddleSection {
  margin: 15px 0 6px; }

input#oxyfiLoginEmailInput {
  border: 1px solid black;
  width: 65.5%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-style: italic;
  color: black;
  margin-right: 2.5%;
  float: left; }
  @media screen and (max-width: 640px) {
    input#oxyfiLoginEmailInput {
      width: 100%;
      margin-right: 0;
      height: 40px;
      line-height: 40px; } }
  input#oxyfiLoginEmailInput.emailError {
    -webkit-box-shadow: 0 0 5px #c14040;
    box-shadow: 0 0 5px #c14040;
    border: 1px solid #c14040; }

div#actionHelp {
  width: 50px;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer; }

input.button {
  width: 40%;
  float: right;
  position: relative;
  z-index: 1001; }
  @media screen and (max-width: 640px) {
    input.button {
      width: 45%; } }
  input.button#actionLogin {
    width: 32% !important; }
    @media screen and (max-width: 640px) {
      input.button#actionLogin {
        width: 100% !important;
        margin-top: 10px; } }

div#rightAlignedButtons {
  width: 30%;
  float: right; }
  div#rightAlignedButtons input.button {
    width: 100% !important; }

input[type=submit] {
  height: 28px;
  background: black;
  color: white;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 15px;
  border: 1px solid white;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type=submit]#actionContinue {
    float: left; }
  input[type=submit]:not(.disabled):hover {
    background: white;
    cursor: pointer; }

#oxyfiLoginEmailErrortext {
  color: #c14040; }

input.disabled[type=submit] {
  opacity: 0.4;
  background: #dca31a; }

input#oxyfiLoginEmailInput:focus {
  outline: 0; }

div#oxyfiLoginBottomSection {
  font-size: 14px; }
  div#oxyfiLoginBottomSection .checkboxTerms {
    font-style: italic; }
    div#oxyfiLoginBottomSection .checkboxTerms span.bold {
      font-weight: 600;
      text-decoration: underline; }
      div#oxyfiLoginBottomSection .checkboxTerms span.bold:hover {
        cursor: pointer; }

.middleSectionHeader {
  font-size: 14px;
  font-weight: 600;
  /*float: left;*/
  margin-top: 10px;
  word-wrap: break-word;
  width: 65%; }

.middleSectionText {
  font-size: 14px;
  margin-top: 5px; }

div#oxyfiLoginPopupHtml {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0; }

#oxyfiLoginFallback {
  width: 390px;
  padding-left: 25%;
  margin-top: 28px;
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px; }
  #oxyfiLoginFallback p a {
    color: black !important;
    width: 100%;
    text-decoration: underline; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #oxyfiLoginMain.oxyfi {
    padding: 20px; } }
div#oxyfiLoginPopup {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  display: none;
  z-index: 99; }
  @media screen and (max-width: 640px) {
    div#oxyfiLoginPopup {
      height: auto;
      width: 100%;
      position: absolute;
      /*top: 225px;*/
      background: none; } }
  div#oxyfiLoginPopup div#oxyfiLoginPopupInner {
    position: relative;
    width: 90%;
    max-height: 90%;
    max-width: 600px;
    overflow: auto;
    background: #fff;
    margin: 0 auto;
    top: 5%;
    padding: 30px; }
    @media screen and (max-width: 640px) {
      div#oxyfiLoginPopup div#oxyfiLoginPopupInner {
        position: relative;
        width: 100%;
        border: 1px solid #000;
        height: auto;
        max-width: none;
        top: 0%;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px; } }
  div#oxyfiLoginPopup #oxyfiLoginPopupHeader {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px; }
  div#oxyfiLoginPopup #oxyfiLoginPopupSubHeader {
    font-size: 24px;
    font-weight: 600; }
  div#oxyfiLoginPopup #oxyfiLoginPopupText, div#oxyfiLoginPopup #oxyfiLoginPopupSupport, div#oxyfiLoginPopup #oxyfiLoginPopupContact {
    font-size: 14px;
    font-weight: 400; }
  div#oxyfiLoginPopup #oxyfiLoginPopupText h2 {
    font-weight: bold;
    margin-top: 5px; }
  div#oxyfiLoginPopup #oxyfiLoginPopupText ul, div#oxyfiLoginPopup ol {
    margin-left: 1em; }
  div#oxyfiLoginPopup #oxyfiLoginPopupText ol {
    list-style: inherit; }
  div#oxyfiLoginPopup #actionContact {
    float: left;
    margin: 10px 0;
    max-width: 150px !important; }
  div#oxyfiLoginPopup #oxyfiLoginPopupHelp {
    display: none;
    height: 90%; }
  div#oxyfiLoginPopup .oxyfiLoginSupportHeader {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
  div#oxyfiLoginPopup #oxyfiLoginPopupUserterms {
    display: none;
    height: 90%;
    margin-bottom: 2em; }
    div#oxyfiLoginPopup #oxyfiLoginPopupUserterms .termsText p {
      font-size: 14px;
      margin-bottom: 20px; }
    div#oxyfiLoginPopup #oxyfiLoginPopupUserterms p {
      margin-bottom: 5px; }
    div#oxyfiLoginPopup #oxyfiLoginPopupUserterms h2 {
      font-weight: bold;
      margin-top: 5px; }
  div#oxyfiLoginPopup #oxyfiLoginClosePopup {
    width: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    div#oxyfiLoginPopup #oxyfiLoginClosePopup img {
      width: 100%; }
    div#oxyfiLoginPopup #oxyfiLoginClosePopup:hover {
      opacity: 0.4; }

#oxyfiLoginConsumption {
  width: 100%;
  float: left;
  /*
  	.remainingSurfText {
          position: absolute;
          margin-top: -35px;
          font-size: 13px;
  
          @include breakpoint(small) {
              font-size: 13px;
              margin-top: -40px;
              width: 45%;
          }
  	}
  */ }
  #oxyfiLoginConsumption #oxConsBar {
    height: 28px;
    font-size: 14px;
    font-weight: 600;
    background: #e1e1e1;
    line-height: 28px;
    text-align: center;
    cursor: default; }
    #oxyfiLoginConsumption #oxConsBar #oxConsFreeUsed {
      width: 0;
      float: left;
      background: #0f326a;
      color: white;
      z-index: 3;
      overflow: hidden; }
    #oxyfiLoginConsumption #oxConsBar #oxConsFreeRemaining {
      width: 100%;
      float: left;
      color: black;
      z-index: 2;
      overflow: hidden; }
    #oxyfiLoginConsumption #oxConsBar #oxConsBoughtUsed {
      width: 0;
      float: left;
      background: #0f326a;
      color: white;
      z-index: 3;
      overflow: hidden; }
    #oxyfiLoginConsumption #oxConsBar #oxConsBoughtRemaining {
      width: 0;
      float: left;
      color: white;
      background: black;
      z-index: 3;
      overflow: hidden;
      opacity: 0.4; }
      #oxyfiLoginConsumption #oxConsBar #oxConsBoughtRemaining.boughtActive {
        opacity: 1; }
    #oxyfiLoginConsumption #oxConsBar:after {
      clear: both; }
  #oxyfiLoginConsumption #oxConsText {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    cursor: default; }
    #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionFree {
      border-right-width: 1px;
      border-right-style: dotted; }
    #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionFree, #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionBought {
      font-weight: 400;
      text-align: center;
      width: 50%;
      float: left; }
      @media screen and (max-width: 640px) {
        #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionFree, #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionBought {
          text-align: left; } }
    #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionFreevalid, #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionBoughtvalid {
      text-align: center;
      width: 50%;
      float: left; }
      @media screen and (max-width: 640px) {
        #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionFreevalid, #oxyfiLoginConsumption #oxConsText #oxyfiLoginConsumptionBoughtvalid {
          text-align: right; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e1e1e1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1e1e1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e1e1e1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #e1e1e1; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

#oxyfiLoginPopupHtml ::-webkit-scrollbar {
  width: 12px; }

#oxyfiLoginPopupHtml ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px; }

#oxyfiLoginPopupHtml ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;
  background: #e1e1e1; }

#termsPopup {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

/*ANIMATIONS*/
@keyframes textPulse {
  0% {
    text-shadow: 0 0 30px black; }
  50% {
    text-shadow: 0 0 0px rgba(0, 0, 0, 0); }
  100% {
    text-shadow: 0 0 30px black; } }
.textAlert {
  color: black !important;
  animation-name: textPulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* 2021 Portal project will use these first, then they will be integrated with _login.scss and _popup.scss */
body, html {
  padding: 0;
  margin: 0;
  height: 100%; }

body, html, select, input {
  font-family: montserratlight, Arial, sans-serif;
  color: #000; }

h1, h2, h3, h4, h5 {
  font-family: montserratsemibold, Arial, sans-serif;
  /* text-transform: uppercase; */
  margin-bottom: 10px; }

a {
  color: black;
  text-decoration: none;
  font-family: montserratsemibold, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em; }

a.button {
  color: black;
  background: #0f326a;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 200ms;
  font-size: 1em; }

a.button:hover {
  background: #dca31a;
  transform: translateY(3px); }

a.button.show-map {
  position: absolute;
  right: -75px;
  top: 50%;
  margin: -15px 0 0 0;
  padding: 8px 12px;
  transform: rotate(90deg);
  display: block;
  cursor: pointer;
  z-index: 10;
  width: 95px; }

a.language {
  display: inline-block;
  padding-left: 20px;
  background: url("../images/sv/flag.png") left center no-repeat;
  background-size: auto 11px;
  /*background-position: 0 0;*/
  line-height: 1;
  margin: 0 10px;
  color: black;
  /* text-transform: uppercase; */
  font-size: 1em;
  font-weight: 200;
  cursor: pointer; }

a.language-en {
  background-image: url("../images/en/flag.png"); }

.portalcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4); }

.portalcontent .controls,
.portalcontent .map {
  width: 350px;
  height: 400px;
  background: white; }

.portalcontent .controls {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  position: absolute; }

.portalcontent .map {
  padding-left: 349px;
  transition: padding 300ms; }

.portalcontent.closed .map {
  padding: 0; }

.portalcontent #oxyfiMap {
  width: 100%;
  height: 100%;
  position: relative; }

.controls .login {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 30px;
  height: 230px; }

.controls .logos {
  margin: 0 auto;
  display: block;
  width: 350px;
  height: auto; }

.controls h2 {
  font-size: 28px; }

/* Login tool footer */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 26px 20px;
  text-align: left;
  box-sizing: border-box;
  line-height: 1;
  overflow: hidden; }

.footer .language {
  float: left; }

.footer .help {
  float: right;
  background-image: url("../images/help-icon.png");
  padding-left: 15px;
  cursor: pointer; }

#cookie-bar {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  body {
    padding: 20px 20px 50px 20px; }

  body, html {
    height: auto;
    min-height: 100%; }

  .portalcontent {
    width: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4); }

  .portalcontent .controls,
  .portalcontent .map {
    width: auto; }

  .portalcontent .controls {
    width: 100%; }

  .portalcontent .logos {
    width: 100%; }

  .portalcontent .map {
    padding: 400px 0 0 0; }

  .portalcontent {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    z-index: auto; }

  a.button.show-map {
    transform: none;
    top: 400px;
    left: 50%;
    right: auto;
    margin: 0 0 0 -48px;
    cursor: pointer; } }
@media screen and (max-width: 640px) {
  div#oxyfiLoginPopup {
    z-index: 1020; } }
@media screen and (max-width: 360px) {
  #oxyfiLoginMain.oxyfi #actionLogin, #oxyfiLoginMain.oxyfi #actionSurf, #oxyfiLoginMain.oxyfi #actionLogout, #oxyfiLoginMain.oxyfi .button, #oxyfiLoginMain.oxyfi .modal .modalbutton, #oxyfiLoginMain.oxyfi input[type="submit"] {
    margin: 5px 20% 0 20%; } }
div#oxyfiLoginPopup div#oxyfiLoginPopupInner #oxyfiLoginPopupHeader {
  font-family: montserratsemibold, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 12px; }

div#oxyfiLoginPopup #oxyfiLoginPopupUserterms h2 {
  font-family: montserratlight, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 200;
  text-transform: none;
  margin: 12px 0 12px 0; }

div#oxyfiLoginPopup #oxyfiLoginPopupUserterms p {
  margin: 7px 0;
  line-height: 1.2; }

div#oxyfiLoginPopup #oxyfiLoginPopupUserterms .numbers li {
  list-style-type: decimal;
  margin-bottom: 0.75em; }

div#oxyfiLoginPopup #oxyfiLoginPopupUserterms .letters li {
  list-style-type: lower-alpha;
  margin-bottom: 0.75em; }

div#oxyfiLoginPopup #oxyfiLoginPopupUserterms ul {
  list-style-type: disc; }

div#oxyfiLoginPopup #oxyfiLoginPopupText ul, #oxyfiLoginPopupText ol {
  margin-left: 2em;
  list-style: inherit;
  line-height: 1.2em; }

div#oxyfiLoginPopup #oxyfiLoginPopupResetemail div, div#oxyfiLoginPopup #oxyfiLoginPopupContact div {
  line-height: 1.2em; }

div#oxyfiLoginPopup #oxyfiLoginPopupText {
  font-family: montserratlight, Arial, sans-serif;
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.3em; }

div#oxyfiLoginPopup #oxyfiLoginPopupText a {
  color: black; }

@media screen and (max-width: 640px) {
  div#oxyfiLoginPopup div#oxyfiLoginPopupInner {
    box-sizing: border-box; } }
div#oxyfiLoginPopup div#oxyfiLoginPopupInner #oxyfiLoginClosePopup img {
  margin: 0px auto !important; }
div#oxyfiLoginPopup div#oxyfiLoginPopupInner textarea#supportMessage {
  max-width: 100%; }
div#oxyfiLoginPopup div#oxyfiLoginPopupInner #oxyfiLoginPopupHeader {
  font-size: 2em; }
  div#oxyfiLoginPopup div#oxyfiLoginPopupInner #oxyfiLoginPopupHeader h1 {
    font-size: 20px; }
div#oxyfiLoginPopup div#oxyfiLoginPopupInner input[type=submit] {
  background-color: none !important;
  background: #0f326a;
  color: white;
  border: #0f326a;
  height: 40px;
  border-radius: 20px;
  line-height: 30px;
  padding: 0px;
  text-align: center;
  font-size: 1.2em;
  margin-top: -5px !important;
  margin-bottom: 0 !important; }
  div#oxyfiLoginPopup div#oxyfiLoginPopupInner input[type=submit]:hover {
    background: #dca31a;
    border: #dca31a; }
  div#oxyfiLoginPopup div#oxyfiLoginPopupInner input[type=submit].disabled {
    opacity: 0.4;
    background: #0f326a;
    border: #0f326a; }
    div#oxyfiLoginPopup div#oxyfiLoginPopupInner input[type=submit].disabled:hover {
      background: #dca31a !important;
      border: #dca31a; }

/*Specific styles for Norrtåg portal*/
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratsemibold';
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold; }
.controls .logos {
  width: 230px;
  margin: 20px auto; }

.controls .login {
  padding: 0;
  height: 239px; }

a {
  font-family: montserratlight, Arial, sans-serif; }

a.button {
  color: white;
  font-size: 0.9em; }

#login {
  margin-top: 30px;
  min-height: auto; }

.login-control {
  background: none;
  position: relative; }

#oxyfiLoginFallback {
  width: auto;
  margin-top: 75px;
  padding: 0;
  color: #000 !important; }

#oxyfiLoginFallback p a {
  color: black !important; }

#oxyfiLoginMain * {
  box-sizing: border-box; }
#oxyfiLoginMain.oxyfi {
  box-sizing: border-box;
  clear: both !important;
  padding: 0;
  box-shadow: none;
  margin-bottom: none;
  background: white;
  width: auto;
  float: none; }
  #oxyfiLoginMain.oxyfi #actionLogin,
  #oxyfiLoginMain.oxyfi #actionSurf,
  #oxyfiLoginMain.oxyfi #actionLogout,
  #oxyfiLoginMain.oxyfi .button,
  #oxyfiLoginMain.oxyfi .modal .modalbutton,
  #oxyfiLoginMain.oxyfi input[type=submit] {
    background-color: none !important;
    background: #0f326a;
    color: white;
    border: #0f326a;
    height: 35px;
    line-height: 1;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms;
    font-family: montserratlight, Arial, sans-serif;
    font-weight: 800;
    font-size: 16px; }
    #oxyfiLoginMain.oxyfi #actionLogin:hover,
    #oxyfiLoginMain.oxyfi #actionSurf:hover,
    #oxyfiLoginMain.oxyfi #actionLogout:hover,
    #oxyfiLoginMain.oxyfi .button:hover,
    #oxyfiLoginMain.oxyfi .modal .modalbutton:hover,
    #oxyfiLoginMain.oxyfi input[type=submit]:hover {
      background: #dca31a;
      border: #dca31a; }
    #oxyfiLoginMain.oxyfi #actionLogin:active,
    #oxyfiLoginMain.oxyfi #actionSurf:active,
    #oxyfiLoginMain.oxyfi #actionLogout:active,
    #oxyfiLoginMain.oxyfi .button:active,
    #oxyfiLoginMain.oxyfi .modal .modalbutton:active,
    #oxyfiLoginMain.oxyfi input[type=submit]:active {
      background: #f4c861;
      border: #f4c861; }
    #oxyfiLoginMain.oxyfi #actionLogin.disabled,
    #oxyfiLoginMain.oxyfi #actionSurf.disabled,
    #oxyfiLoginMain.oxyfi #actionLogout.disabled,
    #oxyfiLoginMain.oxyfi .button.disabled,
    #oxyfiLoginMain.oxyfi .modal .modalbutton.disabled,
    #oxyfiLoginMain.oxyfi input[type=submit].disabled {
      opacity: 0.4;
      background: black;
      border: black; }
      #oxyfiLoginMain.oxyfi #actionLogin.disabled:hover,
      #oxyfiLoginMain.oxyfi #actionSurf.disabled:hover,
      #oxyfiLoginMain.oxyfi #actionLogout.disabled:hover,
      #oxyfiLoginMain.oxyfi .button.disabled:hover,
      #oxyfiLoginMain.oxyfi .modal .modalbutton.disabled:hover,
      #oxyfiLoginMain.oxyfi input[type=submit].disabled:hover {
        opacity: 0.4 !important;
        background: black !important;
        border: black; }
  #oxyfiLoginMain.oxyfi div#rightAlignedButtons {
    float: none;
    margin: 0 auto;
    display: table-footer-group; }
#oxyfiLoginMain #oxyfiLoginMiddleSection {
  margin: 5px auto;
  display: table;
  width: 55%; }
#oxyfiLoginMain #oxyfiLoginInfoHeader {
  margin-top: 15px;
  min-height: 36px;
  width: auto;
  font-size: 16px;
  font-weight: 600; }
#oxyfiLoginMain #oxyfiLoginTopSection #oxyfiLoginHeader {
  font-weight: 700;
  font-size: 29px;
  font-family: montserratsemibold, Arial, sans-serif;
  line-height: 1; }

.bContainer {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  a.button.show-map {
    margin: 0 0 0 -57px; } }

/*# sourceMappingURL=oxyfiLoginNorrtag.css.map */
