﻿/* 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: #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 */
}

.main-color-blue {
    background-color: rgb(52,95,168) !important;
    color: white !important;
}
.main-color-white {
    background-color: #fff !important;
    color: white !important;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
}
.main-color-gray {
    background-color: #363636 !important;
    color: white !important;
}

.crea-logo {
    width: 80px;
    margin-top: -4px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    /*background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;*/
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: blue;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: blue;
    }

.carousel-inner {
    padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.carousel-indicators li {
    background-color: #1861ac;
}

.form_wizard .stepContainer {
    overflow-x:auto;
}

.error {
    color: Red;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 12rem; /* Footer height */
}

#footer {
    /*position: absolute;
    bottom: 0;*/
    
    width: 100%;
    height: auto; /* Footer height */
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.tab-card {
    border-top-width: 0px;
}

.tab-card-header {
    border-top-color: transparent;
}

.tab-button {
    border-top-color: rgb(255, 255, 255) !important;
    border-right-color: rgb(255, 255, 255) !important;

    border-left-color: rgb(255, 255, 255) !important;
    background-color: #999999;
    color: white;
}
    .tab-button:hover {
        border-top-color: rgb(255, 255, 255) !important;
        border-right-color: rgb(255, 255, 255) !important;
        border-bottom-color: rgba(222, 226, 230,0) !important;
        border-left-color: rgb(255, 255, 255) !important;
        color: white !important;
    }
    .tab-button.active {
        border-top-color: rgb(222, 226, 230) !important;
        border-right-color: rgb(222, 226, 230) !important;
        border-bottom-color: #fff !important;
        border-left-color: rgb(222, 226, 230) !important;
        background-color: #fff !important;
        color: #1C7E97 !important;
        font-weight: bold !important;
    }
        .tab-button.active:hover {
            border-top-color: rgb(222, 226, 230) !important;
            border-right-color: rgb(222, 226, 230) !important;
            border-bottom-color: #fff !important;
            border-left-color: rgb(222, 226, 230) !important;
            color: #1C7E97 !important;
            background: rgb(222, 226, 230) !important;
        }

@media (min-width: 576px) {
    
}

@media (max-width: 768px) {
    .carousel-inner {
        padding: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        display: none;
    }
}

.card {
    border-radius: .35rem;
    box-shadow: 0 .1rem .1rem rgba(0,0,0,.25) !important;
}

.wizardContianer {
    max-width: 600px;
    margin: auto;
}
div#smartwizard > .toolbar {
    max-width: 600px;
    margin: auto;
    padding-right: 10px;
}

.close-icon {
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    opacity: 1;
}

a.footer-link {
    color: lightgray;
}
a.footer-link:link {
    color: lightgray;
}
 /*gt*/
/* visited link */
a.footer-link:visited {
    color: lightgray;
}

/* mouse over link */
a.footer-link:hover {
    color: #d9d9d9;
}

/* selected link */
a.footer-link:active {
    color: #e6e6e6;
}
.cardProvince {
    display: inline-block;
}

.paragraph-divider {
    background-color: #17a2b8;
    height: 2px;
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

.reCaptchaFormat {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .reCaptchaFormat {
        display: inline-block;
        text-align: center;
    }
}