﻿/* 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 */
}
.ml-2{
    margin-left:8px
}
.mr-2 {
    margin-left: 8px
}

.fa-spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*Custom CSS For Each Modal PopUp*/
.modal-body .card {
    margin-bottom: 20px;
}

.modal-body .card-body-header {
    display: flex;
    align-items: center;
}

    .modal-body .card-body-header .img-section {
        padding-right: 20px;
        margin-left: 10px;
    }

    .modal-body .card-body-header .description-section h3 {
        margin-bottom: 0.1rem;
        font-size: 14px;
    }

    .modal-body .card-body-header .description-section p {
        margin-bottom: 0.2rem;
        font-size: 12px;
    }

        .modal-body .card-body-header .description-section p:last-child {
            margin-bottom: 0;
        }

.validation-message {
    color: red !important;
}

li.validation-message {
    white-space: break-spaces !important;
}

.box-header .card {
    border: none;
    box-shadow: none;
}

.box-header .card-body {
    display: flex;
}

    .box-header .card-body .img-section {
        padding-right: 50px;
    }

    .box-header .card-body .description-section p:last-child {
        margin-bottom: 0;
    }

.box-body {
    background: #f9f9f9;
    box-shadow: none;
    border: 0;
}

.form-section {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    .form-section label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .form-section.mrtop {
        margin-top: 10px;
    }

span.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-footer {
    background-color: #afafaf1a;
}

.modal-footer {
    padding-top: 1rem;
    padding-bottom: .75rem;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.10rem;
}