﻿/* 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 */
}

.circle {
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: slategray;
    color: white;
}

.circleactive {
    background-color: #0062cc !important;
}

.cicleFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
}

.progress-with-circle {
    position: relative;
    top: 27px;
    height: 5px;
    border-radius: .4285rem;
}

.progress-with-circle .progress-bar {
    height: 100%;
    border-radius: .4285rem;
    box-shadow: none;
    transition: width .3s ease;
    position: absolute;
}

.cicleFlex label {
    height: 30px;
}

.input-validation-error {
    border-color: #902831;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
    font-size: 14px;
}

input[class="input-validation-error"]+label {
    color: red;
}

.date {
    cursor: pointer;
}

.form-control {
    font-size: 0.8rem;
    padding: .375rem .3rem;
}

.bd-callout {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}


.small-card {
    max-width: 500px;
    padding: 20px 50px;
    margin: auto;
}

.card-header {
    background-color: rgba(255, 136, 0, 0.03);
}

.btn-hide-show {
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    color: darkslategray;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-hide-show:hover {
    background-color: white;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    transition: none;
}

.btn-hide-show:active {
    color: gray !important;
    background-color: white !important;
    border-top: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-left: 1px solid #ced4da !important;
    transition: none;
}

/*.btn-hide-show > i {
        padding: 8px;
    }*/

.navbar-buttons:hover {
    background-color: #f1f1f1;
    border-radius: 20px;
}

.navbar-custom-link:hover {
    background-color: #f1f1f1;
    border-radius: 20px;
}