
:root {
  /* Layout */
  --max-width-main: 1407px;
  --max-width-secondary: 800px;

  /* Colors */
  --color-primary: #003f5e;
  --color-secondary: #dcb941;
  --color-dark: #003a57;
  --color-light: #ffffff;
  --color-muted: #82a3b4;
  --color-black: #000000;
  --color-hover-link: #003a57;
  --color-hover-bg: #f3f4f6;
  --color-green: #005e48;
  --color-red: #90003A;
  --color-beige: #f4f1ec;

  /* Fonts */
  --font-family-base: 'Lato', sans-serif;
  --font-family-secondary: "Libre Caslon Text", serif;
  --font-family-tiertery: 'Gill Sans, Sans-serif';

  --font-size-h1: 46px;
  --font-size-h2: 36px;
  --font-size-h3: 28px;
  --font-size-h4: 22px;
  --font-size-paragraph: 20px;
  --font-size-paragraph-small: 16px;
  --font-size-label: 14px;
  --font-size-link-small: 13px;
  --font-size-button: 12px;

  /* Spacing */
  --padding-footer: 40px;
  --gap-section: 40px;
  --padding-bottom-top: 48px;
  --padding-bottom-bottom: 34px;
  --margin-small: 10px;

  /* Logo & Icon */
  --logo-width: 186px;
  --icon-size: 24px;

  /* Button */
  --button-padding-y: 1rem;
  --button-padding-x: 2rem;
  --button-letter-spacing: 0.24px;
}

 
body {
    /*
   font-family: Lato,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
   font-size: 1em;
   background-color: #fafafa;
    */
   font-family: var(--font-family-base);
   background-color: #fafafa;
}
   
@media (min-width: 768px) {
    body {
        font-size: 1.1250em;
    }
}

h1 {
    /* display: block;
    font-size: 3em;
    font-weight: 600; */

    font-weight: var(--font-size-h1);
  font-family: var(--font-family-secondary);
  margin-bottom: 20px;
  line-height: 125%;
}
h2 {
    /* display: block;
    font-size: 175%;
    font-weight: 600; */

    font-weight: var(--font-size-h2);
  font-family: var(--font-family-secondary);
  margin-bottom: 20px;
  line-height: 125%;
}
h3 {
    display: block;
    font-size: 150%;
    /*
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    */
    font-weight: 600;
}
h4{
    display: block;
    font-size: 1.17em;
    /*
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    */
    font-weight: 600;
}
h5{
    display: block;
    font-size: 1.07em;
    /*
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    */
    font-weight: 600;
}
a:link {
  font-weight: bold;
}
@media (max-width: 750px) {
    .navbar-brand {
      max-width: 200px; 
    }
    #topLogo{
        max-width: 50px; 
    }
    #topLogoBred{
        max-width: 250px;;
    }
}
.ml-auto{
    left: auto !important;
    right: 0px;
}
.validatMess {
    font-size: 80%;
}
.smalLink {
    font-style: italic;
    text-decoration: none;
    color: #085b85;
}
.exampelFile {
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
}
.colorLink {
    text-decoration: none;
    color: #085b85;
}
.footerRd{
    background-color: rgb(238, 238, 238);
    min-height: 50px;
    font-size: 80%;
}
/* ------- Login form  ------------ */
.formCenter {
  margin: auto; 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.formCenter.formChange {
  min-width: 300px;
  max-width: 600px;
  padding: 50px;
}
.oblRd{
    color: #dd5639;
    margin-left: 5px;
}
@media (max-width: 768px) {
  .formCenter.formChange {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
  }
}
#choosePer {
    margin: 5px 0px 5px 0px;
    padding: 10px;
}
.bg-green {
    border: 1px solid;
    border-color: #B2ECD7;
    padding: 5px;
}
.bg-red {
    border: 1px solid;
    border-color: #DC3545;
    padding: 5px;
}
.stFormGroup {
    padding-left: 14px;
    padding-right: 10px;
}
.label_padding {
    padding-right: 10px;
}
.tooltipIcon{
    margin-left: 5px;
}
.input_help{
    margin-left: 5px;
    margin-right: 5px;
}
.helpText {
    display: none;
    border: 1px solid;
    border-color: #FA7D63;
    padding: 5px;
    margin:5px;
}
.helpLink {
    margin: 5px;
}
.helpIcon {
    width: 22px;
}
form .error {
  color: #ff0000;
  padding-left: 5px;
  padding-right: 5px;
}
.intQuestion{
    color: red;
    padding: 3px;
    display: inline-block;   
}
.perData{
    font-weight: bold;
}
.altRow{
    background-color: #F7F7F7;
}
.portRowCont{
    margin: 0px;     
}
.eduListRow{
    margin-bottom: 5px;
}
.rdBgColor{
    background-color: rgb(8, 91, 133);
    color: white;
}
.rdBgColorSuc{
     background-color: #f0f9ea;
}
.riBeige{
    background-color: #f4f1ec;
}
.riBlue{
    background-color: rgb(217, 226, 231);
}
.smalSelect{
    max-width: 250px;
}
a.whiteLink{
    color: #fff;
}
.whiteLink{
    color: #fff;
}
.whiteBg{
    background-color: #FFF;
    color: #000;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;  
}
.bidAppOpenContainer{
    width: 100%;
    margin-top: 10px;
}
.bidAppOpen{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.smalNumInput {
    max-width: 100px;
}
.smalTextInput {
    max-width: 100px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.invalidMessArea {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: rgb(242,242,242);
}
.uploadFile {
    position: relative;
     overflow: hidden;

}
.fileInput { 
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.progress{
    max-width: 300px;
}
.smalProgress{
    max-width: 160px;
    min-width: 100px;
}
.fileUploadRow {
    max-width: 400px;
}
.openFile{
    font-style: italic;
    text-decoration: none;
    color: #085b85;
    margin-right: 30px;
}
.form-control-feedback{
  display: block;
  color: green;
}
.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: relative;
    width: auto;
    bottom: 30px;
    float: right;
    right: 10px;
    margin-top: 0;
   overflow: hidden;
}
.avslagMess{
    color: #dd5639;
}
.errorMessage {
    display: none;
    color: #dd5639;
    padding: 5px;
}
.table-borderless td,
.table-borderless th {
    border: 0;
}



.uploadedFiles{
    max-width: 400px;
    overflow: hidden;
}
.uploadedUnSpEcFiles{
    max-width: 500px;
}
.fileNameList {
    max-width: 340px;
}
.fileListDelete {
    max-width: 60px;
}

.shortNumberInput{
    max-width: 200px;
}
.prevUserText {   
    background-color: rgb(244, 241, 236);
}
#qrCode-container{
    max-width: 100px;
}
#qrCode{
    width: 100px;
}



/* Nya */
#mainContainerNLI{
    background-color: #fff;
    max-width: 1024px;  
    margin: auto;
}
#mainContainerLI{
    background-color: #fff;
    max-width: 1024px;  
    margin: auto;
}
