/* 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: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #2B60AA;
    border-color: #2B60AA;
}

.btn {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2B60AA;
    border-color: #2B60AA;
}

/* 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 */
}

embed {
    border-bottom: 1px solid slategrey;
}


.progress-wrapper {
    margin-bottom: 20px;
}

select.form-control[multiple], select.form-control[size] {
    min-height: 250px;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 42px;
    font-size: 18px;
    color: #ccc;
    line-height: 48px;
    padding: 8px 0 8px 30px;
    font-family: "Open Sans", sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin: 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 40px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }


@media (max-width: 768px) {
    #cookieConsent {
        font-size: 16px;
        line-height: 1.8rem;
        background-color: rgba(20,20,20,1);
    }

        #cookieConsent a.cookieConsentOK {
            margin: 0 auto;
            clear: both;
            display: block;
            width: 50%;
            text-align: center;
            margin-top: 20px;
            float: none;
        }

        .arc-question .form-check-input {
            width: 25px !important;
            height: 25px !important;
        }

        .control-label input[type=radio], .form-check-input {
            width: 25px !important;
            height: 25px !important;
        }

        

    }

/*Cookie Consent End*/
@media (max-width: 768px) {
    div#last-question .form-check {
        padding-left: 2rem;
    }

        div#last-question .form-check input.form-check-input, div#if-optradio-5-6 .form-check input.form-check-input {
            margin-left: -2rem;
        }

        div#last-question .form-check .form-check-label, div#if-optradio-5-6 .form-check .form-check-label {
            margin-bottom: 10px;
        }

    
}