﻿
.fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/webfonts/fa-solid-900.eot");
    src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), 
        url("../fonts/webfonts/fa-solid-900.woff") format("woff"), 
        url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), 
        url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'osb';
    src: url(../fonts/OpenSans-Bold.ttf);
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
} 

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


#loadelement {
    text-align: center;
    padding-top: 20px;
    width: 200px;
    margin: auto;
    align-content: center;
}

#loadelement > span {
    display: block;
    margin: auto;
}

form#GetClientPackage, form#ExportAuctions {
    display: flex;
    flex-flow: column;
}

/*.title {
    width:inherit;
}*/

.InitialCheckbox {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.7); /* IE */
    -moz-transform: scale(1.7); /* FF */
    -webkit-transform: scale(1.7); /* Safari and Chrome */
    -o-transform: scale(1.7); /* Opera */
    transform: scale(1.7);
    margin-left:10px;
}

.warning {
    color: red;
    margin:auto;
    margin-top:20px;
}

.submitBtn {
    margin-top: 16px;
    background: #95c41f !important;
    border: #95c41f !important;
    width: 140px;
    border-color: unset;
    align-self: center;
}

.actionLink {
    display: block;
    width: 260px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #4a4747 !important;
    text-decoration: unset !important;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
}

.initializationForm {
    margin-top: 20px;
}

.submitForm {
    margin-top:30px;
}


#vatVrfyBtn {
    display: block;
}

.vatForm {
    margin-top:20px;
}

.vatBtn {
    display: none;
}

.home-main-title {
    font-weight: 700;
    font-size: 27px;
}

.userImportUsage {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left:10px;
    padding-top:12px;
    font-weight: bold;
    color: #2b475d;
}

.top-header {
    background-color: #111111;
}

.top-header .list-inline {
    padding: 10px 0;
}

.top-header ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.top-header ul li {
    padding: 0 5px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #aaa;
}


.fa-phone:before {
    content: "\f095";
}

.list-inline a {
    color: #aaa;
    margin-right: 15px;
    font-size: 12px;
}

.fa-envelope:before {
    content: "\f0e0";
}

.list-inline a i {
    margin-right: 5px;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.landeaApp {
    background: url(/images/LandeaAppsLogo.png);
    height: 50px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.logInForm {
    padding-top:60px;
    display: block;
    width: 300px;
    margin: auto;
}

.logInField {
    width: 290px;
    height:45px;
    color:#555;
    font-size:14px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:4px;
}

.logInLabel {
    font-family:'Open Sans', sans-serif;
    font-family:'Helvetica Neue', Arial, Helvetica, sans-serif, Arial, sans-serif;
    font-size:14px;
    color:#333;
}

.vatAddition {
    display: inline-block;
    margin-top: 14px;
    margin-bottom:12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.GetVatList, .GetInitialResults {
    color: #6eafde;
    text-decoration: underline;
}

.GetInitialResults {
    cursor:pointer;
    font-weight:bold;
}

.pull-right {
    float: right !important;
}

.seeCurrent, .templateDownload {
    padding-left: 10px;
}
.seeCurrentInfo {
    font-size: 11px;
    padding-left: 0px;
    font-style: italic;
}

.templateDownload {
    font-family: osb;
    font-size: 14px;
    color: #6eafde;
    text-decoration: underline;
}

.fileInputDisplay, .vatBtn {
    background-color: #95C41E;
    color: white;
    padding: 10px;
    border-radius: 6px;
    cursor:pointer;
}

.chosenFileDisplay {
    margin-bottom: 26px;
    background-color: #e2e2e2;
    padding: 10px;
    border-radius: 6px;
    height: 42px;
    display: initial;
}

.vatBtn {
    margin-top: 20px;
    width: fit-content;
}

.validationMsg {
    width: 800px;
    max-height: 300px;
    overflow: auto;
    margin-top: 22px;
}


.responseMsg {
    margin-top:10px;
}

.fa-user:before {
    content: "\f007";
}

i.fa.fa-user {
    margin-right: 3px;
}

button.close.changeFileBtn {
    display: contents;
    font-size:38px;
}

    button.close.changeFileBtn span {
        position:relative;
        top:4px;
    }


.overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 10000;
    overflow: hidden;
    top: 40px;
    left: 0;
    padding-top: 10%;
}

.showElement {
    display:block !important;
}

.hideElement {
    display: none !important;
    z-index:-100;
}

.overlay:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid red;
    border-color: transparent red transparent red;
    border-radius: 50%;
    animation: loader 1s linear infinite;
}

.overlay > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.sweet-alert h2 {
    font-size:20px;
}

.sweet-alert .btn-success {
    background-color: #95C41E !important;
}

@keyframes loader {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}