﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #333;
}
a:link, a:visited, a:active, a:hover {
    color: #333;
}
.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%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to right, #758fb9, #15629b);
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
header, footer, hgroup, nav, section {
    display: block;
}

header .content-wrapper {
    /* padding-top: 20px; */
    background-image: linear-gradient(to right,#5e2467 0,#853695 100%);
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

.footer-container {
    margin: 0 auto;
    max-width: 960px;
    margin-top: 35px;
    font-size: .8em;
}
h3 {
    font-size: 1.2em;
}
.submit-button {
    background-color: #007dc3;
    color: #fff;
    min-height: 2.15em;
    -webkit-border-radius: 1.4em;
    border-radius: 1.4em;
    min-width: 5em;
    border: none;
    font-size: 1.35em;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.8), 0 6px 20px 0 rgba(0,0,0,0.6);
    background-image: linear-gradient(#5e2467, #853695, #5e2467);
    font-weight: bold;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}
#lanSelector {
    float: right;
    margin-top: 61px;
    margin-right: 8px;
    padding-bottom: 5px;
    float: right;
    margin-top: 61px;
    margin-right: 8px;
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    height: 35px;
    color:black;
}
h3 {
    font-size: 1.2em;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1.1rem !important;
}
a:link {
    text-decoration: underline !important;
}

a:hover {
    background-color: rgb(199 209 214) !important;
}
h3 {
    /*font-size: 1em !important;*/
    font-weight: bold !important;
}
body {
    font-size: 0.85em !important;
}

#lanSelection {
    position: absolute;
    right: 12px;
    top: -27px;
    cursor: pointer;
    display:none;
}
.icp-container-desktop * {
    box-sizing: border-box;
}

.icp-button-globe-2 {
    width: 15px;
    height: 15px;
    background-position: -76px -51px;
    top: 2px;
    left: -3px;
}

.icp-nav-globe-img-2 {
    position: relative;
    background: url(/images/InternationalCustomerPreferencesNavAssets-icp_sprite-7285cab5f8342a9a80f19b7ae5b155f77772ffc6._V2_.png);
    background-position: -77px -24px;
    display: inline-block;
    width: 14px;
    height: 14px
}

.icp-color-base {
    color: white;
    font-size: 1.1em;
}

.hdr-inner-right {
    text-align: right;
    padding-right: 30px;
    height: 100%;
    position:relative;
}